1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 17:43:12 +02:00

Fix CFLAG_ALLOW_UNREGISTERED.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2068 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2009-02-15 15:23:57 +00:00
parent 0c985ee709
commit 92170818ff
+1 -1
View File
@@ -148,7 +148,7 @@ struct ModuleLang_ {
enum CommandFlags
{
CFLAG_ALLOW_UNREGISTERED
CFLAG_ALLOW_UNREGISTERED = 1
};
/** Every services command is a class, inheriting from Command.