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