mirror of
https://github.com/anope/anope.git
synced 2026-06-30 15:06:39 +02:00
Added cs_mode, rewrote the old list mode code, and added CIDR support
This commit is contained in:
@@ -44,7 +44,7 @@ class CommandCSSet : public Command
|
||||
// XXX Remove after 1.9.4 release
|
||||
if (params[1].equals_ci("MLOCK"))
|
||||
{
|
||||
u->SendMessage(ChanServ, CHAN_SET_MLOCK_DEPRECATED);
|
||||
u->SendMessage(ChanServ, CHAN_SET_MLOCK_DEPRECATED, Config->s_ChanServ.c_str());
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user