mirror of
https://github.com/anope/anope.git
synced 2026-06-25 18:16:38 +02:00
Allow identifying to other accounts using /nickserv id account pass
This commit is contained in:
@@ -387,7 +387,6 @@ class UnrealIRCdProto : public IRCDProto
|
||||
if (!u->Account())
|
||||
return;
|
||||
|
||||
u->SetMode(NickServ, UMODE_REGISTERED);
|
||||
ircdproto->SendMode(NickServ, u, "+d %d", u->timestamp);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user