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:
+1
-1
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user