diff options
Diffstat (limited to 'src/protocol/unreal31.h')
-rw-r--r-- | src/protocol/unreal31.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/protocol/unreal31.h b/src/protocol/unreal31.h index 21ace9b86..50797980f 100644 --- a/src/protocol/unreal31.h +++ b/src/protocol/unreal31.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. + * * */ @@ -122,3 +122,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; |