mirror of
https://github.com/anope/anope.git
synced 2026-06-28 04:56:38 +02:00
Removed c_userlist and u_chanlist, replaced with std::list
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2764 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -237,7 +237,7 @@ void ChannelModeBan::AddMask(Channel *chan, const char *mask)
|
||||
/* Check whether it matches a botserv bot after adding internally
|
||||
* and parsing it through cidr support. ~ Viper */
|
||||
if (Config.s_BotServ && Config.BSSmartJoin && chan->ci && chan->ci->bi
|
||||
&& chan->usercount >= Config.BSMinUsers)
|
||||
&& chan->users.size() >= Config.BSMinUsers)
|
||||
{
|
||||
BotInfo *bi = chan->ci->bi;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user