diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-01 21:20:54 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-01 21:20:54 +0000 |
commit | e46bc26a06cecb72ffe8587ec84997d89b75d852 (patch) | |
tree | 9d005b4f035494962cfbbdfd06a0fd23c9890f1e /src/protocol/ratbox.h | |
parent | 8aa6436d7380d160d1fc2eb2235d71b57dacea17 (diff) |
Merge commit 'cbx/anopeng-protocol' into anopeng
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1295 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/ratbox.h')
-rw-r--r-- | src/protocol/ratbox.h | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/src/protocol/ratbox.h b/src/protocol/ratbox.h index 3096e6e01..9b2f0ba99 100644 --- a/src/protocol/ratbox.h +++ b/src/protocol/ratbox.h @@ -45,25 +45,7 @@ #define DEFAULT_MLOCK CMODE_n | CMODE_t -void ratbox_cmd_372(const char *source, const char *msg); -void ratbox_cmd_372_error(const char *source); -void ratbox_cmd_375(const char *source); -void ratbox_cmd_376(const char *source); -void ratbox_cmd_351(const char *source); -void ratbox_cmd_391(const char *source, const char *timestr); -void ratbox_cmd_250(const char *buf); -void ratbox_cmd_307(const char *buf); -void ratbox_cmd_311(const char *buf); -void ratbox_cmd_312(const char *buf); -void ratbox_cmd_317(const char *buf); -void ratbox_cmd_219(const char *source, const char *letter); -void ratbox_cmd_401(const char *source, const char *who); -void ratbox_cmd_318(const char *source, const char *who); -void ratbox_cmd_242(const char *buf); -void ratbox_cmd_243(const char *buf); -void ratbox_cmd_211(const char *buf); - -class RatboxProto : public IRCDProtoNew { +class RatboxProto : public IRCDProto { public: void cmd_remove_akill(const char *, const char *); void cmd_topic(const char *, const char *, const char *, const char *, time_t); @@ -93,4 +75,5 @@ class RatboxProto : public IRCDProtoNew { void cmd_server(const char *, int, const char *); void set_umode(User *, int, const char **); int valid_nick(const char *); + void cmd_numeric(const char *, int, const char *, const char *); } ircd_proto; |