summaryrefslogtreecommitdiff
path: root/src/protocol/charybdis.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/charybdis.h')
-rw-r--r--src/protocol/charybdis.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/protocol/charybdis.h b/src/protocol/charybdis.h
index 4208c4d43..5eae1e275 100644
--- a/src/protocol/charybdis.h
+++ b/src/protocol/charybdis.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.
+ *
*
*/
@@ -117,4 +117,6 @@ void charybdis_cmd_jupe(char *jserver, char *who, char *reason);
int charybdis_valid_nick(char *nick);
void charybdis_cmd_ctcp(char *source, char *dest, char *buf);
-
+class CharybdisProto : public IRCDProtoNew {
+ public:
+} ircd_proto;