diff options
Diffstat (limited to 'modules/hostserv/off.cpp')
-rw-r--r-- | modules/hostserv/off.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hostserv/off.cpp b/modules/hostserv/off.cpp index 861fd00b8..7e1411a4d 100644 --- a/modules/hostserv/off.cpp +++ b/modules/hostserv/off.cpp @@ -43,7 +43,7 @@ class CommandHSOff : public Command // XXX vident? u->vhost.clear(); IRCD->Send<messages::VhostDel>(u); - logger.Command(LogType::ADMIN, source, _("{source} used {command} to disable their vhost")); + logger.Admin(source, _("{source} used {command} to disable their vhost")); source.Reply(_("Your vhost was removed and the normal cloaking restored.")); } |