From: <arn...@us...> - 2007-12-28 14:53:39
|
Revision: 115 http://adchpp.svn.sourceforge.net/adchpp/?rev=115&view=rev Author: arnetheduck Date: 2007-12-28 06:53:35 -0800 (Fri, 28 Dec 2007) Log Message: ----------- Access example fix 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:51:53 UTC (rev 114) +++ adchpp/trunk/plugins/Script/examples/access.lua 2007-12-28 14:53:35 UTC (rev 115) @@ -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. |