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

Comparing ircd-hybrid/branches/8.2.x/modules/core/m_nick.c (file contents):
Revision 7956 by michael, Sun Mar 5 11:52:53 2017 UTC vs.
Revision 7996 by michael, Tue Mar 14 13:17:39 2017 UTC

# Line 607 | Line 607 | mr_nick(struct Client *source_p, int par
607      sendto_one_numeric(source_p, &me, ERR_ERRONEUSNICKNAME, nick, resv->reason);
608      sendto_realops_flags(UMODE_REJ, L_ALL, SEND_NOTICE,
609                           "Forbidding reserved nick %s from user %s",
610 <                         nick, get_client_name(source_p, HIDE_IP));
610 >                         nick, client_get_name(source_p, HIDE_IP));
611      return 0;
612    }
613  
# Line 666 | Line 666 | m_nick(struct Client *source_p, int parc
666      sendto_one_numeric(source_p, &me, ERR_ERRONEUSNICKNAME, nick, resv->reason);
667      sendto_realops_flags(UMODE_REJ, L_ALL, SEND_NOTICE,
668                           "Forbidding reserved nick %s from user %s",
669 <                         nick, get_client_name(source_p, HIDE_IP));
669 >                         nick, client_get_name(source_p, HIDE_IP));
670      return 0;
671    }
672  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines