From 92170818ffd03887b60759f8cb729454204678a7 Mon Sep 17 00:00:00 2001 From: rburchell Date: Sun, 15 Feb 2009 15:23:57 +0000 Subject: [PATCH] Fix CFLAG_ALLOW_UNREGISTERED. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2068 5417fbe8-f217-4b02-8779-1006273d7864 --- include/modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/modules.h b/include/modules.h index ba0a2bc8f..aa1d6c6c6 100644 --- a/include/modules.h +++ b/include/modules.h @@ -148,7 +148,7 @@ struct ModuleLang_ { enum CommandFlags { - CFLAG_ALLOW_UNREGISTERED + CFLAG_ALLOW_UNREGISTERED = 1 }; /** Every services command is a class, inheriting from Command.