mirror of
https://github.com/anope/anope.git
synced 2026-06-28 07:36:37 +02:00
Fix an incorrect variable name.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1831 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -1211,7 +1211,7 @@ int check_kick(User * user, const char *chan, time_t chants)
|
||||
/*
|
||||
* If channel was forbidden, etc, set it +si to prevent rejoin
|
||||
*/
|
||||
if (send_modes)
|
||||
if (set_modes)
|
||||
{
|
||||
ircdproto->SendMode(findbot(s_ChanServ), chan, "+ntsi");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user