From b50fbec705dffd85a28946b99ac510b978934a05 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 13 Sep 2016 12:36:48 -0400 Subject: cs_seen: allow unregistered users to use --- modules/commands/cs_seen.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/commands/cs_seen.cpp') 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 ¶ms) anope_override -- cgit