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 4229 by michael, Mon Jul 14 20:11:08 2014 UTC vs.
Revision 4299 by michael, Sun Jul 20 13:51:28 2014 UTC

# Line 61 | Line 61 | check_clean_nick(struct Client *source_p
61   {
62    /*
63     * The old code did some wacky stuff here, if the nick is invalid, kill it
64 <   * and dont bother messing at all
64 >   * and don't bother messing at all
65     */
66    if (!valid_nickname(nick, 0))
67    {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines