summaryrefslogtreecommitdiff
path: root/src/protocol/charybdis.c
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:12 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:12 +0000
commite8cd183ed36a5014ddbd1a44dde8e311bb44f35a (patch)
tree288cde706a8fc700d971a095a66687dcd2aea11c /src/protocol/charybdis.c
parent8060c79a5f13dae4607475d159319afe5e241dcc (diff)
Added cmd_svso() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1245 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/charybdis.c')
-rw-r--r--src/protocol/charybdis.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/protocol/charybdis.c b/src/protocol/charybdis.c
index e5bee142e..8b60d6594 100644
--- a/src/protocol/charybdis.c
+++ b/src/protocol/charybdis.c
@@ -1448,11 +1448,6 @@ void charybdis_cmd_svsnick(const char *nick, const char *newnick, time_t when)
u->nick, newnick, (long int)when, (long int)u->timestamp);
}
-void charybdis_cmd_svso(const char *source, const char *nick, const char *flag)
-{
- /* Not Supported by this IRCD */
-}
-
void charybdis_cmd_unban(const char *name, const char *nick)
{
/* Not Supported by this IRCD */
@@ -1702,7 +1697,6 @@ void moduleAddAnopeCmds()
pmodule_cmd_242(charybdis_cmd_242);
pmodule_cmd_243(charybdis_cmd_243);
pmodule_cmd_211(charybdis_cmd_211);
- pmodule_cmd_svso(charybdis_cmd_svso);
pmodule_cmd_chg_nick(charybdis_cmd_chg_nick);
pmodule_cmd_svsnick(charybdis_cmd_svsnick);
pmodule_cmd_vhost_on(charybdis_cmd_vhost_on);