summaryrefslogtreecommitdiff
path: root/src/ultimate2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ultimate2.c')
-rw-r--r--src/ultimate2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ultimate2.c b/src/ultimate2.c
index 4d1aa1274..11ba07ab3 100644
--- a/src/ultimate2.c
+++ b/src/ultimate2.c
@@ -784,9 +784,9 @@ void anope_cmd_topic(char *whosets, char *chan, char *whosetit,
send_cmd(whosets, "TOPIC %s %s %lu :%s", chan, whosetit, when, topic);
}
-void anope_cmd_vhost_off(char *nick)
+void anope_cmd_vhost_off(User * u)
{
- /* does not support vhosting */
+ /* does not support removing vhosting */
}
void anope_cmd_vhost_on(char *nick, char *vIdent, char *vhost)