diff options
Diffstat (limited to 'src/protocol/plexus2.h')
-rw-r--r-- | src/protocol/plexus2.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/protocol/plexus2.h b/src/protocol/plexus2.h index 366909b2b..20f74770b 100644 --- a/src/protocol/plexus2.h +++ b/src/protocol/plexus2.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. + * * */ @@ -123,4 +123,6 @@ void plexus_cmd_jupe(char *jserver, char *who, char *reason); int plexus_valid_nick(char *nick); void plexus_cmd_ctcp(char *source, char *dest, char *buf); - +class PleXusIRCdProto : public IRCDProtoNew { + public: +} ircd_proto; |