mirror of
https://github.com/anope/anope.git
synced 2026-07-01 23:46:38 +02:00
regchannel: fix compile warning from previous commit
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ AutoKick::~AutoKick()
|
||||
if (it != this->ci->akick->end())
|
||||
this->ci->akick->erase(it);
|
||||
|
||||
if (nc != NULL)
|
||||
if (nc)
|
||||
nc->RemoveChannelReference(this->ci);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user