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 18:18:29 +0000
committerNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 18:18:29 +0000
commita29d23a06e3ba98c793cffecae1bf682f251178d (patch)
tree8dd36e45dccf1bf0170452def302b3c8b34d5f4a /src/ircd.c
parentfecf65d7bae4b540e51e9c80a9335605f5ff7f88 (diff)
Replaced anope_SendGuestNick() with direct call to SendGuestNick() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1328 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 d48158df1..12225798d 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_SendGuestNick(const char *nick, const char *user, const char *host, const char *real, const char *modes)
-{
- ircdproto->SendGuestNick(nick, user, host, real, modes);
-}
-
void anope_SendMode(const char *source, const char *dest, const char *fmt, ...)
{
va_list args;