diff options
Diffstat (limited to 'modules/commands/os_login.cpp')
-rw-r--r-- | modules/commands/os_login.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/os_login.cpp b/modules/commands/os_login.cpp index f1fc823c1..36d772aa2 100644 --- a/modules/commands/os_login.cpp +++ b/modules/commands/os_login.cpp @@ -68,7 +68,6 @@ class CommandOSLogout : public Command CommandOSLogout(Module *creator) : Command(creator, "operserv/logout", 0, 0) { this->SetDesc(Anope::printf(_("Logout from %s"), Config->OperServ.c_str())); - this->SetSyntax(""); this->RequireUser(true); } |