]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_watch.cpp
Merge branch 'master+foreachneighbor'
[user/henk/code/inspircd.git] / src / modules / m_watch.cpp
index 9cb31a6d88e3460bbc7fc042ce851d3bc2fe3cfd..d0e42af6f8cfbb1014fe1e66a8cb736ac227edb7 100644 (file)
@@ -247,7 +247,7 @@ 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("watchlist", ExtensionItem::EXT_USER, parent)
        {
                syntax = "[C|L|S]|[+|-<nick>]";
        }