diff options
Diffstat (limited to 'src/protocol/unreal32.h')
-rw-r--r-- | src/protocol/unreal32.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/protocol/unreal32.h b/src/protocol/unreal32.h index 4f8a9adf6..2eb0f9b4a 100644 --- a/src/protocol/unreal32.h +++ b/src/protocol/unreal32.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. + * * */ @@ -151,3 +151,6 @@ void unreal_cmd_jupe(char *jserver, char *who, char *reason); int unreal_valid_nick(char *nick); void unreal_cmd_ctcp(char *source, char *dest, char *buf); +class UnrealIRCdProto : public IRCDProtoNew { + public: +} ircd_proto; |