1
0
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:
rburchell
2008-12-17 19:22:51 +00:00
parent b4b2a7bd1b
commit ea3b19a22c
+1 -1
View File
@@ -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");
}