From 43201ead9575a74e350710bc191f4ac67366aca7 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 19 Sep 2011 18:35:40 -0400 Subject: Fixed /os reload doing weird things to service channels, and allow setting modes by clients on burst --- modules/protocol/ratbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/protocol/ratbox.cpp') diff --git a/modules/protocol/ratbox.cpp b/modules/protocol/ratbox.cpp index 957564890..2a135287b 100644 --- a/modules/protocol/ratbox.cpp +++ b/modules/protocol/ratbox.cpp @@ -126,7 +126,7 @@ class RatboxProto : public IRCDProto send_cmd(Config->Numeric, "UNRESV * %s", x->Mask.c_str()); } - void SendJoin(User *user, Channel *c, const ChannelStatus *status) + void SendJoin(User *user, Channel *c, ChannelStatus *status) { /* Note that we must send our modes with the SJOIN and * can not add them to the mode stacker because ratbox -- cgit