ID:1485070
 
Resolved
GetConfig() did not properly read ban info from cfg/ban.txt for the current hub entry.
BYOND Version:504
Operating System:Windows XP Pro
Web Browser:N/A
Applies to:Dream Daemon
Status: Resolved (504.1231)

This issue has been resolved.
Code:
mob/verb
ban(key as text)
world.SetConfig("ban",ckey(key),"reason=fiendish;admin=[ckey]")
lookban(key as null|text)
if(key)
usr << "[key]: [world.GetConfig("ban",key)]"
else
var/lst[] = world.GetConfig("ban")
for(key in lst)
usr << "[key]: [world.GetConfig("ban",key)]"


Problem description:

Ban not doing anything, lookban failing to return anything at all.
Anybody got any input?
I think for Set/GetConfig, client/authenticate needs to be not turned off.
Can you confirm that?
Actually, I just checked this with all possible config_sets.

As far as I've seen, it only works with APP/admin, that's the cfg/admin.txt file.

This feature might be broken.
Needs to be ran under trusted mode I believe if you aren't accessing the ban list on a local level.
Please post to bug reports if you suspect this is not behaving as expected.
Tested under trusted, still nothing, will repost to bug reports.
Lummox JR resolved issue with message:
GetConfig() did not properly read ban info from cfg/ban.txt for the current hub entry.