diff options
Diffstat (limited to 'src/protocol/ultimate2.h')
-rw-r--r-- | src/protocol/ultimate2.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/protocol/ultimate2.h b/src/protocol/ultimate2.h index 221e69911..40251ba6d 100644 --- a/src/protocol/ultimate2.h +++ b/src/protocol/ultimate2.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. + * * */ @@ -117,4 +117,6 @@ void ultimate2_cmd_jupe(char *jserver, char *who, char *reason); int ultimate2_valid_nick(char *nick); void ultimate2_cmd_ctcp(char *source, char *dest, char *buf); - +class UltimateIRCdProto : public IRCDProtoNew { + public: +} ircd_proto; |