diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 21:20:35 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 21:20:35 +0000 |
commit | 1f579c0fe2f139fccf5fdfb971080ba99cfdcdab (patch) | |
tree | 93369b5c9a824e76f756735d58ebc5656e842742 /include/extern.h | |
parent | 6c305a3d6731191899f4331be56a071dab66d194 (diff) |
Replaced anope_SendSQLine() with direct call to SendSQLine() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1348 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 1325ad2ba..011354d85 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1125,7 +1125,6 @@ E void anope_SendChangeBotNick(const char *oldnick, const char *newnick); 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_SendSQLine(const char *mask, const char *reason); /* SQLINE */ 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 */ |