ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/channel.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/channel.c (file contents):
Revision 5853 by michael, Mon Apr 27 18:00:55 2015 UTC vs.
Revision 5983 by michael, Mon May 25 15:24:48 2015 UTC

# Line 884 | Line 884 | check_splitmode(void *unused)
884  
885        sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE,
886                             "Network split, activating splitmode");
887 <      event_add(&splitmode_event, NULL);
887 >      event_add(&splitmode_event, NULL);
888      }
889      else if (splitmode && (server >= split_servers) && (Count.total >= split_users))
890      {
# Line 1020 | Line 1020 | channel_do_join(struct Client *source_p,
1020          ((conf = match_find_resv(chan)) && !resv_find_exempt(source_p, conf)))
1021      {
1022        ++conf->count;
1023 <      sendto_one_numeric(source_p, &me, ERR_CHANBANREASON,
1024 <                         chan, conf->reason ? conf->reason : "Reserved channel");
1023 >      sendto_one_numeric(source_p, &me, ERR_CHANBANREASON, chan, conf->reason);
1024        sendto_realops_flags(UMODE_REJ, L_ALL, SEND_NOTICE,
1025                             "Forbidding reserved channel %s from user %s",
1026                             chan, get_client_name(source_p, HIDE_IP));

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)