1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-29 12:16:37 +02:00

- Fixed bug with changing nicks

This commit is contained in:
stskeeps
2001-06-04 11:45:46 +00:00
parent ad0e3539da
commit ddcdba2e86
+1 -1
View File
@@ -1738,7 +1738,7 @@ int m_nick(cptr, sptr, parc, parv)
sendto_common_channels(sptr, ":%s NICK :%s", parv[0], nick);
sendto_serv_butone_token(cptr, parv[0], MSG_NICK, TOK_NICK,
"%s %d", nick, sptr->lastnick);
acptr->umodes &= ~UMODE_REGNICK;
sptr->umodes &= ~UMODE_REGNICK;
}
else if (!sptr->name[0])
{