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/charybdis.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/charybdis.c')
-rw-r--r-- | src/protocol/charybdis.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/protocol/charybdis.c b/src/protocol/charybdis.c index 465dc240d..c3f194fbf 100644 --- a/src/protocol/charybdis.c +++ b/src/protocol/charybdis.c @@ -846,14 +846,8 @@ void charybdis_cmd_szline(char *mask, char *reason, char *whom) /* not supported */ } -void charybdis_cmd_svsnoop(char *server, int set) -{ - /* does not support */ -} - void charybdis_cmd_svsadmin(char *server, int set) { - charybdis_cmd_svsnoop(server, set); } void charybdis_cmd_sgline(char *mask, char *reason) @@ -1873,7 +1867,6 @@ int charybdis_send_deaccount(int argc, char **argv) **/ void moduleAddAnopeCmds() { - pmodule_cmd_svsnoop(charybdis_cmd_svsnoop); pmodule_cmd_remove_akill(charybdis_cmd_remove_akill); pmodule_cmd_topic(charybdis_cmd_topic); pmodule_cmd_vhost_off(charybdis_cmd_vhost_off); |