mirror of
https://github.com/anope/anope.git
synced 2026-07-04 20:13:13 +02:00
cs_seen: allow unregistered users to use
This commit is contained in:
@@ -260,6 +260,7 @@ class CommandSeen : public Command
|
||||
{
|
||||
this->SetDesc(_("Tells you about the last time a user was seen"));
|
||||
this->SetSyntax(_("\037nick\037"));
|
||||
this->AllowUnregistered(true);
|
||||
}
|
||||
|
||||
void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) anope_override
|
||||
|
||||
Reference in New Issue
Block a user