mirror of
https://github.com/anope/anope.git
synced 2026-07-06 06:53:13 +02:00
fixed bug #1399
This commit is contained in:
@@ -346,7 +346,8 @@ class CSSeen : public Module
|
||||
|
||||
void OnUserConnect(dynamic_reference<User> &u, bool &exempt) anope_override
|
||||
{
|
||||
UpdateUser(u, NEW, u->nick, "", "", "");
|
||||
if (u)
|
||||
UpdateUser(u, NEW, u->nick, "", "", "");
|
||||
}
|
||||
|
||||
void OnUserNickChange(User *u, const Anope::string &oldnick) anope_override
|
||||
|
||||
Reference in New Issue
Block a user