summaryrefslogtreecommitdiff
path: root/src/protocol/ratbox.h
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:09 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:09 +0000
commit8d3d1775aeec744d54b3acfacc01cc70eadb44be (patch)
tree705674939690af9afa2b2258bb15ad0b3064e95d /src/protocol/ratbox.h
parentc037e6a6e9f71f7209cda0342dcb0e9c332b6804 (diff)
Core skeleton of IRCDProtoNew class created.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1195 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/ratbox.h')
-rw-r--r--src/protocol/ratbox.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/protocol/ratbox.h b/src/protocol/ratbox.h
index 4088bd7be..1605a63c6 100644
--- a/src/protocol/ratbox.h
+++ b/src/protocol/ratbox.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.
+ *
*
*/
@@ -116,4 +116,6 @@ void ratbox_cmd_jupe(char *jserver, char *who, char *reason);
int ratbox_valid_nick(char *nick);
void ratbox_cmd_ctcp(char *source, char *dest, char *buf);
-
+class RatboxProto : public IRCDProtoNew {
+ public:
+} ircd_proto;