ID:166827
 
In the SetConfig reference, you see this:
Format:
SetConfig(config_set,param,value)
Args:
config_set: name of the configuration set (see below)
param: name of the configuration parameter
value: data to store (or null to delete this entry)

But when I pass a value of null, it does not remove the entry.
It depends what config set you're working with. The ban list is notoriously impossible to set properly via SetConfig().

Lummox JR
In response to Lummox JR
Yeah, I'm working with keyban. So you're saying I won't be able to unban players using setconfig()?