← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 1133232] [NEW] Hard coded value in access.guard.lua

 

Public bug reported:


-- Setting the level for administrating commands, viewing the stats and script's bans
local level_admin = 9
local level_stats = access.settings.oplevel.value
local level_script = access.settings.oplevel.value


level_admin   is hard coded.

** Affects: adchpp
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
https://bugs.launchpad.net/bugs/1133232

Title:
  Hard coded value in access.guard.lua

Status in ADCH++:
  New

Bug description:
  
  -- Setting the level for administrating commands, viewing the stats and script's bans
  local level_admin = 9
  local level_stats = access.settings.oplevel.value
  local level_script = access.settings.oplevel.value

  
  level_admin   is hard coded.

To manage notifications about this bug go to:
https://bugs.launchpad.net/adchpp/+bug/1133232/+subscriptions


Follow ups

References