summaryrefslogtreecommitdiff
path: root/src/protocol/bahamut.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:10 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:10 +0000
commitc08993be094b5d0427985bee46e4d9d0d2ffbe56 (patch)
treec22c2b0cef6df836c93b6ba82f85f686dcd65bf4 /src/protocol/bahamut.c
parentcef2f72082b3ac4d8ebd5795e27fa986db422a33 (diff)
Added cmd_vhost_off() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1210 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/bahamut.c')
-rw-r--r--src/protocol/bahamut.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/protocol/bahamut.c b/src/protocol/bahamut.c
index 59d48647a..c023340d5 100644
--- a/src/protocol/bahamut.c
+++ b/src/protocol/bahamut.c
@@ -1340,11 +1340,6 @@ void bahamut_cmd_vhost_on(const char *nick, const char *vIdent, const char *vhos
/* Not Supported by this IRCD */
}
-void bahamut_cmd_vhost_off(User * u)
-{
- /* Not Supported by this IRCD */
-}
-
/* SVSMODE +d */
/* sent if svid is something weird */
void bahamut_cmd_svid_umode(const char *nick, time_t ts)
@@ -1552,7 +1547,6 @@ void bahamut_cmd_chghost(const char *nick, const char *vhost)
**/
void moduleAddAnopeCmds()
{
- pmodule_cmd_vhost_off(bahamut_cmd_vhost_off);
pmodule_cmd_akill(bahamut_cmd_akill);
pmodule_cmd_svskill(bahamut_cmd_svskill);
pmodule_cmd_svsmode(bahamut_cmd_svsmode);