summaryrefslogtreecommitdiff
path: root/src/protocol/ratbox.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/ratbox.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/ratbox.c')
-rw-r--r--src/protocol/ratbox.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c
index 62a50da56..50ac8e85b 100644
--- a/src/protocol/ratbox.c
+++ b/src/protocol/ratbox.c
@@ -1369,11 +1369,6 @@ void ratbox_cmd_svsnick(const char *nick, const char *newnick, time_t when)
/* not supported */
}
-void ratbox_cmd_svso(const char *source, const char *nick, const char *flag)
-{
- /* Not Supported by this IRCD */
-}
-
void ratbox_cmd_unban(const char *name, const char *nick)
{
/* Not Supported by this IRCD */
@@ -1595,7 +1590,6 @@ void moduleAddAnopeCmds()
pmodule_cmd_242(ratbox_cmd_242);
pmodule_cmd_243(ratbox_cmd_243);
pmodule_cmd_211(ratbox_cmd_211);
- pmodule_cmd_svso(ratbox_cmd_svso);
pmodule_cmd_chg_nick(ratbox_cmd_chg_nick);
pmodule_cmd_svsnick(ratbox_cmd_svsnick);
pmodule_cmd_vhost_on(ratbox_cmd_vhost_on);