From 3c9d4e9dafdd0918a3539e545cc99646e604757d Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 14 Nov 2010 15:12:32 -0500 Subject: Added command aliases --- modules/core/cs_set.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/core/cs_set.cpp') diff --git a/modules/core/cs_set.cpp b/modules/core/cs_set.cpp index 74c0b9f38..fe37e7ea6 100644 --- a/modules/core/cs_set.cpp +++ b/modules/core/cs_set.cpp @@ -49,7 +49,7 @@ class CommandCSSet : public Command Anope::string cmdparams = ci->name; for (std::vector::const_iterator it = params.begin() + 2, it_end = params.end(); it != it_end; ++it) cmdparams += " " + *it; - mod_run_cmd(ChanServ, u, c, params[1], cmdparams); + mod_run_cmd(ChanServ, u, c, params[1], cmdparams, false); } else { -- cgit