From: <arn...@us...> - 2007-12-28 15:35:36
|
Revision: 116 http://adchpp.svn.sourceforge.net/adchpp/?rev=116&view=rev Author: arnetheduck Date: 2007-12-28 07:35:31 -0800 (Fri, 28 Dec 2007) Log Message: ----------- Don't disable msg by default Modified Paths: -------------- adchpp/trunk/plugins/Script/examples/access.lua Modified: adchpp/trunk/plugins/Script/examples/access.lua =================================================================== --- adchpp/trunk/plugins/Script/examples/access.lua 2007-12-28 14:53:35 UTC (rev 115) +++ adchpp/trunk/plugins/Script/examples/access.lua 2007-12-28 15:35:31 UTC (rev 116) @@ -15,7 +15,7 @@ -- Users with level lower than the specified will not be allowed to run command at all local command_min_levels = { - [adchpp.AdcCommand_CMD_MSG] = 2 +-- [adchpp.AdcCommand_CMD_MSG] = 2 } -- Regexes for the various fields. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |