diff options
author | Adam <Adam@anope.org> | 2011-09-19 18:35:40 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-09-19 18:35:40 -0400 |
commit | 43201ead9575a74e350710bc191f4ac67366aca7 (patch) | |
tree | e83dd66b689181548647d80e8d181eb13d190ba7 /modules/protocol/ratbox.cpp | |
parent | 7dce64e5400b180f1645c683614ecc3eee2bfddd (diff) |
Fixed /os reload doing weird things to service channels, and allow setting modes by clients on burst
Diffstat (limited to 'modules/protocol/ratbox.cpp')
-rw-r--r-- | modules/protocol/ratbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |