diff options
Diffstat (limited to 'src/protocol/ratbox.h')
-rw-r--r-- | src/protocol/ratbox.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/protocol/ratbox.h b/src/protocol/ratbox.h index 4088bd7be..1605a63c6 100644 --- a/src/protocol/ratbox.h +++ b/src/protocol/ratbox.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. + * * */ @@ -116,4 +116,6 @@ void ratbox_cmd_jupe(char *jserver, char *who, char *reason); int ratbox_valid_nick(char *nick); void ratbox_cmd_ctcp(char *source, char *dest, char *buf); - +class RatboxProto : public IRCDProtoNew { + public: +} ircd_proto; |