summaryrefslogtreecommitdiff
path: root/src/protocol/ratbox.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/ratbox.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/ratbox.h')
-rw-r--r--src/protocol/ratbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/ratbox.h b/src/protocol/ratbox.h
index d3b788e42..699a05e23 100644
--- a/src/protocol/ratbox.h
+++ b/src/protocol/ratbox.h
@@ -60,7 +60,7 @@ class RatboxProto : public IRCDProto {
void cmd_notice(const char *, const char *, const char *);
void cmd_privmsg(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 *);