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.h | |
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.h')
-rw-r--r-- | src/protocol/charybdis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/charybdis.h b/src/protocol/charybdis.h index 1f180f5b4..74dd7309b 100644 --- a/src/protocol/charybdis.h +++ b/src/protocol/charybdis.h @@ -58,7 +58,7 @@ class CharybdisProto : public IRCDTS6Proto { void SendKick(const char *, const char *, const char *, const char *); void SendNoticeChanops(const char *, const char *, const char *); void SendBotOp(const char *, const char *); - void cmd_quit(const char *, const char *); + void SendQuit(const char *, const char *); void cmd_pong(const char *, const char *); void cmd_join(const char *, const char *, time_t); void cmd_unsqline(const char *); |