summaryrefslogtreecommitdiff
path: root/src/servers.c
diff options
context:
space:
mode:
authorNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 21:22:12 +0000
committerNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 21:22:12 +0000
commit0f8f66328d766b0a728d27105a1c1d6feefc4670 (patch)
tree0a899ecdf77d5138a33ef22d146c851721d40a2a /src/servers.c
parent1f579c0fe2f139fccf5fdfb971080ba99cfdcdab (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/servers.c')
-rw-r--r--src/servers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/servers.c b/src/servers.c
index 95f705435..689595d1e 100644
--- a/src/servers.c
+++ b/src/servers.c
@@ -421,7 +421,7 @@ void do_squit(const char *source, int ac, const char **av)
alog("debug: Sending UNCONNECT SQUIT for %s", s->name);
}
/* need to fix */
- anope_SendSquit(s->name, buf);
+ ircdproto->SendSquit(s->name, buf);
}
}