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_watch.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/modules/m_watch.cpp') diff --git a/src/modules/m_watch.cpp b/src/modules/m_watch.cpp index 8d0043a71..c12feaf44 100644 --- a/src/modules/m_watch.cpp +++ b/src/modules/m_watch.cpp @@ -251,7 +251,8 @@ class CommandWatch : public Command return CMD_SUCCESS; } - CommandWatch(Module* parent, unsigned int &maxwatch) : Command(parent,"WATCH", 0), MAX_WATCH(maxwatch), ext("watchlist", parent) + CommandWatch(Module* parent, unsigned int &maxwatch) + : Command(parent,"WATCH", 0), MAX_WATCH(maxwatch), ext(EXTENSIBLE_USER, "watchlist", parent) { syntax = "[C|L|S]|[+|-]"; TRANSLATE2(TR_TEXT, TR_END); /* we watch for a nick. not a UID. */ -- cgit v1.3.1-10-gc9f91