1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 16:36:39 +02:00

Fixed /os reload doing weird things to service channels, and allow setting modes by clients on burst

This commit is contained in:
Adam
2011-09-19 18:35:40 -04:00
parent 7dce64e540
commit 43201ead95
11 changed files with 50 additions and 26 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ void Channel::Reset()
{
UserContainer *uc = *it;
Flags<ChannelModeName, CMODE_END * 2> flags = *debug_cast<Flags<ChannelModeName, CMODE_END * 2> *>(uc->Status);
ChannelStatus flags = *uc->Status;
uc->Status->ClearFlags();
if (findbot(uc->user->nick))