mirror of
https://github.com/anope/anope.git
synced 2026-06-28 10:46:38 +02:00
Allow identifying to other accounts using /nickserv id account pass
This commit is contained in:
@@ -308,14 +308,6 @@ class InspIRCdProto : public IRCDProto
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
void SetAutoIdentificationToken(User *u)
|
||||
{
|
||||
if (!u->Account())
|
||||
return;
|
||||
|
||||
u->SetMode(NickServ, UMODE_REGISTERED);
|
||||
}
|
||||
} ircd_proto;
|
||||
|
||||
int anope_event_ftopic(const Anope::string &source, int ac, const char **av)
|
||||
|
||||
Reference in New Issue
Block a user