diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:09 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:09 +0000 |
commit | 8d3d1775aeec744d54b3acfacc01cc70eadb44be (patch) | |
tree | 705674939690af9afa2b2258bb15ad0b3064e95d /src/protocol/bahamut.h | |
parent | c037e6a6e9f71f7209cda0342dcb0e9c332b6804 (diff) |
Core skeleton of IRCDProtoNew class created.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1195 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/bahamut.h')
-rw-r--r-- | src/protocol/bahamut.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/protocol/bahamut.h b/src/protocol/bahamut.h index 1b60733a9..9ccafb15d 100644 --- a/src/protocol/bahamut.h +++ b/src/protocol/bahamut.h @@ -6,8 +6,8 @@ * Please read COPYING and README for furhter details. * * Based on the original code of Epona by Lara. - * Based on the original code of Services by Andy Church. - * + * Based on the original code of Services by Andy Church. + * * */ @@ -129,3 +129,6 @@ void bahamut_cmd_jupe(char *jserver, char *who, char *reason); int bahamut_valid_nick(char *nick); void bahamut_cmd_ctcp(char *source, char *dest, char *buf); +class BahamutIRCdProto : public IRCDProtoNew { + public: +} ircd_proto; |