summaryrefslogtreecommitdiff
path: root/src/protocol/plexus2.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/plexus2.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/plexus2.h')
-rw-r--r--src/protocol/plexus2.h8
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;