mirror of
https://github.com/anope/anope.git
synced 2026-07-09 08:23:13 +02:00
Fix typos, remove dead language defines.
os_set: Add missing debug text in help output.
This commit is contained in:
@@ -17,7 +17,7 @@ class CommandNSStatus : public Command
|
||||
CommandNSStatus(Module *creator) : Command(creator, "nickserv/status", 0, 16)
|
||||
{
|
||||
this->SetDesc(_("Returns the owner status of the given nickname"));
|
||||
this->SetSyntax(_("\037nickname\037"));
|
||||
this->SetSyntax(_("[\037nickname\037]"));
|
||||
this->AllowUnregistered(true);
|
||||
}
|
||||
|
||||
@@ -65,7 +65,9 @@ class CommandNSStatus : public Command
|
||||
" 0 - no such user online \002or\002 nickname not registered\n"
|
||||
" 1 - user not recognized as nickname's owner\n"
|
||||
" 2 - user recognized as owner via access list only\n"
|
||||
" 3 - user recognized as owner via password identification"));
|
||||
" 3 - user recognized as owner via password identification\n"
|
||||
" \n"
|
||||
"If no nickname is given, your status will be returned."));
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user