From 6049aefbfe55e7668f50f76efac4e4a67c2f18c6 Mon Sep 17 00:00:00 2001 From: Daniel De Graaf Date: Wed, 22 Sep 2010 20:49:27 -0400 Subject: Add ExtensibleType argument to ExtensionItem to identify item types --- src/modules/m_timedmodes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_timedmodes.cpp') diff --git a/src/modules/m_timedmodes.cpp b/src/modules/m_timedmodes.cpp index 90cf289d5..aba1fa002 100644 --- a/src/modules/m_timedmodes.cpp +++ b/src/modules/m_timedmodes.cpp @@ -68,7 +68,7 @@ class CommandTmode : public Command TimedMode* current; irc::modestacker toannounce; limitlist chanlimits; - CommandTmode(Module* Creator) : Command(Creator,"TMODE", 1), tmodes("tmodes", Creator) + CommandTmode(Module* Creator) : Command(Creator,"TMODE", 1), tmodes(EXTENSIBLE_CHANNEL, "tmodes", Creator) { syntax = " [ {}]"; // NB: This is the syntax for clients to use. The s2s syntax is different: {} ServerInstance->Extensions.Register(&tmodes); -- cgit v1.3.1-10-gc9f91