]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Blacklist/README
Merge branch 'doc-backup-restore-def-vals' into 'nightly'
[quix0rs-gnu-social.git] / plugins / Blacklist / README
1 Plugin to prevent use of nicknames or URLs on a blacklist
2
3 Installation
4 ============
5 add "addPlugin('Blacklist');"
6 to the bottom of your config.php
7
8 Settings
9 ========
10 nicknames: Array of nicknames to blacklist
11 urls: Array of URLs to blacklist
12
13 Example
14 =======
15 $config['blacklist']['nicknames'] = array('bad_nickname', 'worse_nickname');
16 $config['blacklist']['urls'] = array('http://example.org', 'http://example.net');
17 addPlugin('Blacklist');