diff options
author | Adam <Adam@anope.org> | 2016-09-13 12:36:48 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-09-13 12:36:48 -0400 |
commit | b50fbec705dffd85a28946b99ac510b978934a05 (patch) | |
tree | 53f2a6fa0d460aa12da0c0eb39d4141e78eb0f1a | |
parent | d488efdcfee6b43660007ce320b17be8cafe5ae1 (diff) |
cs_seen: allow unregistered users to use
-rw-r--r-- | modules/commands/cs_seen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/commands/cs_seen.cpp b/modules/commands/cs_seen.cpp index 80bc8e548..0eb5ae5cb 100644 --- a/modules/commands/cs_seen.cpp +++ b/modules/commands/cs_seen.cpp @@ -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 |