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/ratbox.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/ratbox.c')
-rw-r--r-- | src/protocol/ratbox.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c index 9fc22d3bb..ec1ed357a 100644 --- a/src/protocol/ratbox.c +++ b/src/protocol/ratbox.c @@ -793,14 +793,8 @@ void ratbox_cmd_szline(char *mask, char *reason, char *whom) /* Does not support */ } -void ratbox_cmd_svsnoop(char *server, int set) -{ - /* does not support */ -} - void ratbox_cmd_svsadmin(char *server, int set) { - ratbox_cmd_svsnoop(server, set); } void ratbox_cmd_sgline(char *mask, char *reason) @@ -1768,7 +1762,6 @@ void ratbox_cmd_ctcp(char *source, char *dest, char *buf) **/ void moduleAddAnopeCmds() { - pmodule_cmd_svsnoop(ratbox_cmd_svsnoop); pmodule_cmd_remove_akill(ratbox_cmd_remove_akill); pmodule_cmd_topic(ratbox_cmd_topic); pmodule_cmd_vhost_off(ratbox_cmd_vhost_off); |