summaryrefslogtreecommitdiff
path: root/src/ircd.c
diff options
context:
space:
mode:
authorNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 19:17:47 +0000
committerNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 19:17:47 +0000
commit14ceeafb1d88dd688a9ad428988f29e562dbacf0 (patch)
tree542acfa8c825adc284a91d76efede76357d29cc6 /src/ircd.c
parent5e6a653e48a74318f205632a21fb525aac1cf0cc (diff)
Replaced anope_SendGlobalPrivmsg() with direct call to SendGlobalPrivmsg() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1339 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/ircd.c')
-rw-r--r--src/ircd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ircd.c b/src/ircd.c
index 9ff329390..ff6fc51ea 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_SendGlobalPrivmsg(const char *source, const char *dest, const char *msg)
-{
- ircdproto->SendGlobalPrivmsg(source, dest, msg);
-}
-
void anope_SendBotOp(const char *nick, const char *chan)
{
ircdproto->SendBotOp(nick, chan);