mirror of
https://github.com/anope/anope.git
synced 2026-07-03 00:23:12 +02:00
Removed log:inhabitlogchannel and replaced it with service:channels
This commit is contained in:
+1
-1
@@ -401,7 +401,7 @@ void Channel::RemoveModeInternal(ChannelMode *cm, const Anope::string ¶m, bo
|
||||
if (EnforceMLock)
|
||||
{
|
||||
/* Reset modes on bots if we're supposed to */
|
||||
if (bi)
|
||||
if (this->ci && this->ci->bi && this->ci->bi == bi)
|
||||
{
|
||||
if (Config->BotModeList.HasFlag(cm->Name))
|
||||
this->SetMode(bi, cm, bi->nick);
|
||||
|
||||
Reference in New Issue
Block a user