diff options
Diffstat (limited to 'src/bahamut.c')
-rw-r--r-- | src/bahamut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bahamut.c b/src/bahamut.c index 127673e39..f9680410c 100644 --- a/src/bahamut.c +++ b/src/bahamut.c @@ -1440,7 +1440,7 @@ void anope_cmd_vhost_on(char *nick, char *vIdent, char *vhost) /* Not Supported by this IRCD */ } -void anope_cmd_vhost_off(char *nick) +void anope_cmd_vhost_off(User * u) { /* Not Supported by this IRCD */ } |