summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
authorNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 21:56:14 +0000
committerNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 21:56:14 +0000
commit6ba871c953bb7f7f21c8e9e1bf74ef9982dabf81 (patch)
treec7e8a52ace7d8daba2874acc4ad99526e9e33a9b /include/extern.h
parent9c685cd1d5c0e81555a39fd67bb472decbf78096 (diff)
Replaced anope_SendSZLine() with direct call to SendSZLine() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1360 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h
index f41b1af6e..16b6e0031 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -1122,7 +1122,6 @@ E void anope_cmd_netinfo(int ac, const char **av); /* NETINFO */
E void anope_cmd_pass(const char *pass); /* PASS */
E void anope_cmd_protoctl(); /* PROTOCTL */
E void anope_SendSGLine(const char *mask, const char *reason); /* SGLINE */
-E void anope_SendSZLine(const char *mask, const char *reason, const char *whom); /* SZLINE */
E void anope_cmd_svinfo(); /* SVINFO */
E void anope_cmd_svsadmin(const char *server, int set); /* SVSADMIN */
E void anope_cmd_svsinfo(); /* SVSINFO */