summaryrefslogtreecommitdiff
path: root/src/protocol/ultimate3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/ultimate3.h')
-rw-r--r--src/protocol/ultimate3.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/protocol/ultimate3.h b/src/protocol/ultimate3.h
index cdff880c1..de53c83c6 100644
--- a/src/protocol/ultimate3.h
+++ b/src/protocol/ultimate3.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,4 +122,6 @@ void ultimate3_cmd_jupe(char *jserver, char *who, char *reason);
int ultimate3_valid_nick(char *nick);
void ultimate3_cmd_ctcp(char *source, char *dest, char *buf);
-
+class UltimateIRCdProto : public IRCDProtoNew {
+ public:
+} ircd_proto;