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:
+1
-1
@@ -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])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user