1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 04:43:13 +02:00

Added cmd_release_svshold() function to IRCDProtoNew class.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1251 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-09-30 18:45:12 +00:00
parent 6a0340b453
commit 11bc234c5b
13 changed files with 13 additions and 33 deletions
-7
View File
@@ -1337,12 +1337,6 @@ int anope_event_capab(const char *source, int ac, const char **av)
return MOD_CONT;
}
/* SVSHOLD - release */
void ratbox_cmd_release_svshold(const char *nick)
{
/* Not Supported by this IRCD */
}
void ratbox_cmd_unban(const char *name, const char *nick)
{
/* Not Supported by this IRCD */
@@ -1554,7 +1548,6 @@ void moduleAddAnopeCmds()
pmodule_cmd_242(ratbox_cmd_242);
pmodule_cmd_243(ratbox_cmd_243);
pmodule_cmd_211(ratbox_cmd_211);
pmodule_cmd_release_svshold(ratbox_cmd_release_svshold);
pmodule_cmd_unsgline(ratbox_cmd_unsgline);
pmodule_cmd_unszline(ratbox_cmd_unszline);
pmodule_cmd_szline(ratbox_cmd_szline);