mirror of
https://github.com/anope/anope.git
synced 2026-07-03 10:53:12 +02:00
Added in a subcommand system and switched ns_set and ns_saset to use it
This commit is contained in:
+1
-1
@@ -182,7 +182,7 @@ void nickserv(User *u, const std::string &buf)
|
||||
}
|
||||
else
|
||||
{
|
||||
mod_run_cmd(NickServ, u, buf.c_str());
|
||||
mod_run_cmd(NickServ, u, buf);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user