From 9931ec299446c3d9e149f91a953748350c38eba6 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 8 Jan 2013 20:25:01 -0500 Subject: Use m_rewrite to rewrite op, deop, halfop, ... etc --- modules/commands/cs_seen.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/commands/cs_seen.cpp') diff --git a/modules/commands/cs_seen.cpp b/modules/commands/cs_seen.cpp index 9e3cf4e1e..717352d42 100644 --- a/modules/commands/cs_seen.cpp +++ b/modules/commands/cs_seen.cpp @@ -184,7 +184,6 @@ class CommandSeen : public Command public: CommandSeen(Module *creator) : Command(creator, "chanserv/seen", 1, 2) { - this->SetFlag(CFLAG_STRIP_CHANNEL); this->SetDesc(_("Tells you about the last time a user was seen")); this->SetSyntax(_("\037nick\037")); } -- cgit