diff options
Diffstat (limited to 'src/protocol/rageircd.h')
-rw-r--r-- | src/protocol/rageircd.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/protocol/rageircd.h b/src/protocol/rageircd.h index c997a8f1c..1e4b5d806 100644 --- a/src/protocol/rageircd.h +++ b/src/protocol/rageircd.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. + * * */ @@ -111,3 +111,7 @@ int rageircd_flood_mode_check(char *value); void rageircd_cmd_jupe(char *jserver, char *who, char *reason); int rageircd_valid_nick(char *nick); void rageircd_cmd_ctcp(char *source, char *dest, char *buf); + +class RageIRCdProto : public IRCDProtoNew { + public: +} ircd_proto; |