mirror of
https://github.com/anope/anope.git
synced 2026-06-28 08:16: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
@@ -97,7 +97,7 @@ void hostserv(User *u, const std::string &buf)
|
||||
}
|
||||
else
|
||||
{
|
||||
mod_run_cmd(HostServ, u, buf.c_str());
|
||||
mod_run_cmd(HostServ, u, buf);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user