diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 23:01:12 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 23:01:12 +0000 |
commit | 5ffdc4638d666af92068bb2e7e32e5290dd16abd (patch) | |
tree | a97a8ca4a6de338178ece5d32f6bbb860600a654 /src/actions.c | |
parent | dacff079884a1b370487203d14e3a76be9443f5c (diff) |
Start making some stuff compile with the modified protocol signatures
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1369 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/actions.c')
-rw-r--r-- | src/actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.c b/src/actions.c index 92d70f76e..36ce888cc 100644 --- a/src/actions.c +++ b/src/actions.c @@ -106,7 +106,7 @@ void sqline(char *mask, char *reason) av[0] = c->name; av[1] = cu->user->nick; av[2] = reason; - ircdproto->SendKick(s_OperServ, av[0], av[1], + ircdproto->SendKick(findbot(s_OperServ), av[0], av[1], "Q-Lined: %s", av[2]); do_kick(s_ChanServ, 3, av); } |