summaryrefslogtreecommitdiff
path: root/src/protocol/charybdis.h
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 08:37:14 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 08:37:14 +0000
commitbd56c0fb93b06c1d5f58f83089f12eda5c9e82d9 (patch)
treea99c35c6cc7cafcad8f85a96927c80b40ebb3fb2 /src/protocol/charybdis.h
parentdae48c47929a9a6341b90412cc551d01d89613e6 (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.h2
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 *);