summaryrefslogtreecommitdiff
path: root/src/protocol/hybrid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/hybrid.h')
-rw-r--r--src/protocol/hybrid.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/protocol/hybrid.h b/src/protocol/hybrid.h
index b4437888c..7e116ed3d 100644
--- a/src/protocol/hybrid.h
+++ b/src/protocol/hybrid.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.
+ *
*
*/
@@ -113,3 +113,7 @@ int hybrid_flood_mode_check(char *value);
void hybrid_cmd_jupe(char *jserver, char *who, char *reason);
int hybrid_valid_nick(char *nick);
void hybrid_cmd_ctcp(char *source, char *dest, char *buf);
+
+class HybridIRCdProto : public IRCDProtoNew {
+ public:
+} ircd_proto;