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:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user