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/bahamut.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/bahamut.h')
-rw-r--r-- | src/protocol/bahamut.h | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/src/protocol/bahamut.h b/src/protocol/bahamut.h index a6e73c07a..1935c19eb 100644 --- a/src/protocol/bahamut.h +++ b/src/protocol/bahamut.h @@ -58,25 +58,7 @@ #define DEFAULT_MLOCK CMODE_n | CMODE_t | CMODE_r -void bahamut_cmd_372(const char *source, const char *msg); -void bahamut_cmd_372_error(const char *source); -void bahamut_cmd_375(const char *source); -void bahamut_cmd_376(const char *source); -void bahamut_cmd_351(const char *source); -void bahamut_cmd_391(const char *source, const char *timestr); -void bahamut_cmd_250(const char *buf); -void bahamut_cmd_307(const char *buf); -void bahamut_cmd_311(const char *buf); -void bahamut_cmd_312(const char *buf); -void bahamut_cmd_317(const char *buf); -void bahamut_cmd_219(const char *source, const char *letter); -void bahamut_cmd_401(const char *source, const char *who); -void bahamut_cmd_318(const char *source, const char *who); -void bahamut_cmd_242(const char *buf); -void bahamut_cmd_243(const char *buf); -void bahamut_cmd_211(const char *buf); - -class BahamutIRCdProto : public IRCDProtoNew { +class BahamutIRCdProto : public IRCDProto { public: void cmd_svsnoop(const char *, int); void cmd_remove_akill(const char *, const char *); |