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:22:12 +0000
committerNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 21:22:12 +0000
commit0f8f66328d766b0a728d27105a1c1d6feefc4670 (patch)
tree0a899ecdf77d5138a33ef22d146c851721d40a2a /include/extern.h
parent1f579c0fe2f139fccf5fdfb971080ba99cfdcdab (diff)
Replaced anope_SendSquit() with direct call to SendSquit() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1349 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 011354d85..18bd7b922 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -1126,7 +1126,6 @@ E void anope_cmd_pass(const char *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_SendSquit(const char *servname, const char *message); /* SQUIT */
E void anope_cmd_svinfo(); /* SVINFO */
E void anope_cmd_svsadmin(const char *server, int set); /* SVSADMIN */
E void anope_SendSVSHOLD(const char *nick); /* SVSHOLD */