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

Comparing ircd-hybrid/trunk/src/s_user.c (file contents):
Revision 3176 by michael, Tue Mar 18 20:00:16 2014 UTC vs.
Revision 3182 by michael, Thu Mar 20 16:43:57 2014 UTC

# Line 1121 | Line 1121 | check_xline(struct Client *source_p)
1121      if (conf->reason != NULL)
1122        reason = conf->reason;
1123      else
1124 <      reason = "No Reason";
1124 >      reason = CONF_NOREASON;
1125  
1126      sendto_realops_flags(UMODE_REJ, L_ALL, SEND_NOTICE,
1127                           "X-line Rejecting [%s] [%s], user %s [%s]",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines