1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 09:46:38 +02:00

Added in a subcommand system and switched ns_set and ns_saset to use it

This commit is contained in:
Adam
2010-06-03 23:09:22 -04:00
committed by Adam
parent 6cd8849466
commit e6447fa2c4
44 changed files with 2688 additions and 1219 deletions
+1 -1
View File
@@ -412,7 +412,7 @@ void User::AutoID(const std::string &account)
delete [] na->last_realname;
na->last_realname = sstrdup(this->realname);
na->last_seen = time(NULL);
this->SetMode(findbot(Config.s_NickServ), UMODE_REGISTERED);
this->SetMode(NickServ, UMODE_REGISTERED);
this->UpdateHost();
check_memos(this);