1
0
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:
Adam
2017-03-27 22:25:49 -04:00
parent fb3ec7a897
commit c656fe0694
+1 -1
View File
@@ -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);
}
}