From d4d0cf7d7bd55c12bf438919845b2428c46f69af Mon Sep 17 00:00:00 2001 From: "Robin Burchell w00t@inspircd.org" Date: Tue, 30 Sep 2008 18:45:09 +0000 Subject: Added cmd_svsnoop function to IRCDProtoNew class. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1196 5417fbe8-f217-4b02-8779-1006273d7864 --- src/protocol/plexus3.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/protocol/plexus3.h') 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; -- cgit