diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 17:33:41 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 17:33:41 +0000 |
commit | ab07a491a49df5178fb6de1a1d7b3cf1dec8dfc4 (patch) | |
tree | 9438c1f311b276c14834965d9d1d25e86c2cc831 /include/extern.h | |
parent | 143ccccbb6d2e86e819bdb41f7021a353f5a72c9 (diff) |
Replaced anope_SendAkillDel() with direct call to SendAkillDel() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1322 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h index 80b7cbbe5..ca985eb60 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1147,7 +1147,6 @@ E void anope_cmd_action(const char *source, const char *dest, const char *fmt, . E void anope_SendGlobalPrivmsg(const char *source, const char *dest, const char *msg); /* PRIVMSG */ E void anope_cmd_protoctl(); /* PROTOCTL */ E void anope_SendQuit(const char *source, const char *fmt, ...); /* QUIT */ -E void anope_SendAkillDel(const char *user, const char *host); /* RAKILL */ E void anope_SendSGLine(const char *mask, const char *reason); /* SGLINE */ E void anope_SendSQLine(const char *mask, const char *reason); /* SQLINE */ E void anope_SendSZLine(const char *mask, const char *reason, const char *whom); /* SZLINE */ |