diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 21:22:12 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 21:22:12 +0000 |
commit | 0f8f66328d766b0a728d27105a1c1d6feefc4670 (patch) | |
tree | 0a899ecdf77d5138a33ef22d146c851721d40a2a /src/ircd.c | |
parent | 1f579c0fe2f139fccf5fdfb971080ba99cfdcdab (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 'src/ircd.c')
-rw-r--r-- | src/ircd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ircd.c b/src/ircd.c index 8191aad9a..a5341c791 100644 --- a/src/ircd.c +++ b/src/ircd.c @@ -43,11 +43,6 @@ void anope_ProcessUsermodes(User *user, int ac, const char **av) ircdproto->ProcessUsermodes(user, ac, av); } -void anope_SendSquit(const char *servname, const char *message) -{ - ircdproto->SendSquit(servname, message); -} - void anope_SendSVSO(const char *source, const char *nick, const char *flag) { ircdproto->SendSVSO(source, nick, flag); |