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
commit173d5b4c116f4c0a4d9da0568f8d084eb06be36d (patch)
treef67824aca908eb8e414dab9720d6b440d283940b /src/protocol/ratbox.c
parent85e8e9eca082a49dfbd10ba3b2d8b24ba148cdd1 (diff)
Added cmd_svid_umode3() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1261 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 64bb8e04c..e2bbb367d 100644
--- a/src/protocol/ratbox.c
+++ b/src/protocol/ratbox.c
@@ -1321,11 +1321,6 @@ int anope_event_capab(const char *source, int ac, const char **av)
return MOD_CONT;
}
-void ratbox_cmd_svid_umode3(User * u, const char *ts)
-{
- /* not used */
-}
-
/*
* SVINFO
* parv[0] = sender prefix
@@ -1500,7 +1495,6 @@ void moduleAddAnopeCmds()
pmodule_cmd_242(ratbox_cmd_242);
pmodule_cmd_243(ratbox_cmd_243);
pmodule_cmd_211(ratbox_cmd_211);
- pmodule_cmd_svid_umode3(ratbox_cmd_svid_umode3);
pmodule_cmd_svsjoin(ratbox_cmd_svsjoin);
pmodule_cmd_svspart(ratbox_cmd_svspart);
pmodule_cmd_swhois(ratbox_cmd_swhois);