Ban certain users from posting by nickname and/or ID

darcs-hash:20081210191337-7b5ce-f9a083596b3f5627405c9e233c1994d8338f5731.gz
This commit is contained in:
Zach Copley
2008-12-10 14:13:37 -05:00
parent 8b15411865
commit 1e4e6eee32
3 changed files with 18 additions and 2 deletions

View File

@@ -129,4 +129,8 @@ $config['sphinx']['port'] = 3312;
#$config['throttle']['enabled'] = true;
#$config['throttle']['count'] = 100;
#$config['throttle']['timespan'] = 3600;
#$config['throttle']['timespan'] = 3600;
# List of users banned from posting (nicknames and/or IDs)
#$config['profile']['banned'][] = 'hacker';
#$config['profile']['banned'][] = 12345;