1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 15:16:38 +02:00

Allow identifying to other accounts using /nickserv id account pass

This commit is contained in:
Adam
2010-09-11 22:47:36 -04:00
parent 89c5b203c3
commit e30370af10
22 changed files with 28 additions and 42 deletions
-2
View File
@@ -296,8 +296,6 @@ class InspIRCdProto : public IRCDProto
u->Account()->Shrink("authenticationtoken");
u->Account()->Extend("authenticationtoken", new ExtensibleItemRegular<Anope::string>(svidbuf));
u->SetMode(NickServ, UMODE_REGISTERED);
}
} ircd_proto;