diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 08:37:14 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 08:37:14 +0000 |
commit | bd56c0fb93b06c1d5f58f83089f12eda5c9e82d9 (patch) | |
tree | a99c35c6cc7cafcad8f85a96927c80b40ebb3fb2 /src/protocol/charybdis.c | |
parent | dae48c47929a9a6341b90412cc551d01d89613e6 (diff) |
Global NOTICE/PRIVMSG, QUIT.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1305 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/charybdis.c')
-rw-r--r-- | src/protocol/charybdis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/charybdis.c b/src/protocol/charybdis.c index 6aed38a48..6eed54868 100644 --- a/src/protocol/charybdis.c +++ b/src/protocol/charybdis.c @@ -1093,7 +1093,7 @@ void CharybdisProto::SendBotOp(const char *nick, const char *chan) } /* QUIT */ -void CharybdisProto::cmd_quit(const char *source, const char *buf) +void CharybdisProto::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); |