1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 09:03:13 +02:00

Fix cs_suspend.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1386 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-10-02 23:36:32 +00:00
parent b62fb213ce
commit a55cb11daa
+1 -1
View File
@@ -127,7 +127,7 @@ int do_suspend(User * u)
av[0] = c->name;
av[1] = cu->user->nick;
av[2] = reason ? reason : "CHAN_SUSPEND_REASON";
ircdproto->SendKick(s_ChanServ, av[0], av[1], av[2]);
ircdproto->SendKick(findbot(s_ChanServ), av[0], av[1], av[2]);
do_kick(s_ChanServ, 3, av);
}
}