summaryrefslogtreecommitdiff
path: root/modules/commands/os_login.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-04-11 00:20:24 -0500
committerAdam <Adam@anope.org>2013-04-11 00:20:24 -0500
commitcb64d806c164be33bf26ba300c0a15c130b91a15 (patch)
tree6eaca4f695ea84ce30bcf4f918476c79c6f3d313 /modules/commands/os_login.cpp
parent4f9b7874d6b3a41939ecc2e872ec08d03af7b5f1 (diff)
Remove the need for having to set syntax to "" for commands with no syntax
Diffstat (limited to 'modules/commands/os_login.cpp')
-rw-r--r--modules/commands/os_login.cpp1
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);
}