From bd56c0fb93b06c1d5f58f83089f12eda5c9e82d9 Mon Sep 17 00:00:00 2001 From: "Robin Burchell w00t@inspircd.org" Date: Thu, 2 Oct 2008 08:37:14 +0000 Subject: Global NOTICE/PRIVMSG, QUIT. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1305 5417fbe8-f217-4b02-8779-1006273d7864 --- src/protocol/ratbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/protocol/ratbox.c') diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c index be66a5e67..73bcd2e0c 100644 --- a/src/protocol/ratbox.c +++ b/src/protocol/ratbox.c @@ -1049,7 +1049,7 @@ void RatboxProto::SendBotOp(const char *nick, const char *chan) } /* QUIT */ -void RatboxProto::cmd_quit(const char *source, const char *buf) +void RatboxProto::SendQuit(const char *source, const char *buf) { Uid *ud = find_uid(source); if (buf) send_cmd(UseTS6 ? (ud ? ud->uid : source) : source, "QUIT :%s", buf); -- cgit