1
0
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:
Adam
2016-09-13 12:36:48 -04:00
parent d488efdcfe
commit b50fbec705
+1
View File
@@ -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> &params) anope_override