diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:09 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:09 +0000 |
commit | d4d0cf7d7bd55c12bf438919845b2428c46f69af (patch) | |
tree | 0b79247c33263a0efcadcaee3751ef1278e44ab3 /src/protocol/shadowircd.c | |
parent | 8d3d1775aeec744d54b3acfacc01cc70eadb44be (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/shadowircd.c')
-rw-r--r-- | src/protocol/shadowircd.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/protocol/shadowircd.c b/src/protocol/shadowircd.c index 848870771..350a9e690 100644 --- a/src/protocol/shadowircd.c +++ b/src/protocol/shadowircd.c @@ -833,14 +833,8 @@ void shadowircd_cmd_szline(char *mask, char *reason, char *whom) /* Does not support */ } -void shadowircd_cmd_svsnoop(char *server, int set) -{ - /* does not support */ -} - void shadowircd_cmd_svsadmin(char *server, int set) { - shadowircd_cmd_svsnoop(server, set); } void shadowircd_cmd_sgline(char *mask, char *reason) @@ -1719,7 +1713,6 @@ void shadowircd_cmd_ctcp(char *source, char *dest, char *buf) **/ void moduleAddAnopeCmds() { - pmodule_cmd_svsnoop(shadowircd_cmd_svsnoop); pmodule_cmd_remove_akill(shadowircd_cmd_remove_akill); pmodule_cmd_topic(shadowircd_cmd_topic); pmodule_cmd_vhost_off(shadowircd_cmd_vhost_off); |