summaryrefslogtreecommitdiff
path: root/src/protocol/plexus3.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
commitd4d0cf7d7bd55c12bf438919845b2428c46f69af (patch)
tree0b79247c33263a0efcadcaee3751ef1278e44ab3 /src/protocol/plexus3.h
parent8d3d1775aeec744d54b3acfacc01cc70eadb44be (diff)
Added cmd_svsnoop function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1196 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/plexus3.h')
-rw-r--r--src/protocol/plexus3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol/plexus3.h b/src/protocol/plexus3.h
index 07d10ad9d..e90ee525b 100644
--- a/src/protocol/plexus3.h
+++ b/src/protocol/plexus3.h
@@ -112,4 +112,5 @@ void plexus_cmd_ctcp(char *source, char *dest, char *buf);
class PleXusIRCdProto : public IRCDProtoNew {
public:
+ void cmd_svsnoop(const char *, int);
} ircd_proto;