mirror of
https://github.com/anope/anope.git
synced 2026-07-02 14:53:13 +02:00
Added command aliases
This commit is contained in:
@@ -45,7 +45,7 @@ class CommandCSSASet : public Command
|
||||
for (std::vector<Anope::string>::const_iterator it = params.begin() + 2, it_end = params.end(); it != it_end; ++it)
|
||||
cmdparams += " " + *it;
|
||||
Log(LOG_ADMIN, u, this, ci) << params[1] << " " << cmdparams;
|
||||
mod_run_cmd(ChanServ, u, c, params[1], cmdparams);
|
||||
mod_run_cmd(ChanServ, u, c, params[1], cmdparams, false);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user