diff options
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; |