diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 17:31:26 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 17:31:26 +0000 |
commit | 143ccccbb6d2e86e819bdb41f7021a353f5a72c9 (patch) | |
tree | c7baac95b922aeb434df76975e9c5c1a1a53514d /src/ircd.c | |
parent | e5051e4aa5cfc9e80ac965a6a82e4cab8d17387c (diff) |
Replaced anope_SendSVSNOOP() with direct call to SendSVSNOOP() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1321 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 8b7bbae13..be919f0fd 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_SendSVSNOOP(const char *server, int set) -{ - ircdproto->SendSVSNOOP(server, set); -} - void anope_SendAkillDel(const char *user, const char *host) { ircdproto->SendAkillDel(user, host); |