diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 21:56:14 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 21:56:14 +0000 |
commit | 6ba871c953bb7f7f21c8e9e1bf74ef9982dabf81 (patch) | |
tree | c7e8a52ace7d8daba2874acc4ad99526e9e33a9b /src/ircd.c | |
parent | 9c685cd1d5c0e81555a39fd67bb472decbf78096 (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 '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 1bddd6458..896b9ffac 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_SendSZLine(const char *mask, const char *reason, const char *whom) -{ - ircdproto->SendSZLine(mask, reason, whom); -} - void anope_SendSGLine(const char *mask, const char *reason) { ircdproto->SendSGLine(mask, reason); |