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/shadowircd.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/shadowircd.h')
-rw-r--r-- | src/protocol/shadowircd.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/protocol/shadowircd.h b/src/protocol/shadowircd.h index 67f5188fd..7d63e8dcb 100644 --- a/src/protocol/shadowircd.h +++ b/src/protocol/shadowircd.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. + * * */ @@ -140,3 +140,7 @@ int shadowircd_flood_mode_check(char *value); void shadowircd_cmd_jupe(char *jserver, char *who, char *reason); int shadowircd_valid_nick(char *nick); void shadowircd_cmd_ctcp(char *source, char *dest, char *buf); + +class ShadowIRCdProto : public IRCDProtoNew { + public: +} ircd_proto; |