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