diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:12 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:12 +0000 |
commit | 85e8e9eca082a49dfbd10ba3b2d8b24ba148cdd1 (patch) | |
tree | 1b64a2b3f6eb48a738d22e173ee877f3b534696d /src/protocol/ratbox.c | |
parent | 126e46395d03d3ae81776712089fd7cd9c28ccbc (diff) |
Added cmd_svid_umode2() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1260 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 03bc09e56..64bb8e04c 100644 --- a/src/protocol/ratbox.c +++ b/src/protocol/ratbox.c @@ -1321,12 +1321,6 @@ int anope_event_capab(const char *source, int ac, const char **av) return MOD_CONT; } -/* SVSMODE +d */ -void ratbox_cmd_svid_umode2(User * u, const char *ts) -{ - /* not supported */ -} - void ratbox_cmd_svid_umode3(User * u, const char *ts) { /* not used */ @@ -1506,7 +1500,6 @@ void moduleAddAnopeCmds() pmodule_cmd_242(ratbox_cmd_242); pmodule_cmd_243(ratbox_cmd_243); pmodule_cmd_211(ratbox_cmd_211); - pmodule_cmd_svid_umode2(ratbox_cmd_svid_umode2); pmodule_cmd_svid_umode3(ratbox_cmd_svid_umode3); pmodule_cmd_svsjoin(ratbox_cmd_svsjoin); pmodule_cmd_svspart(ratbox_cmd_svspart); |