Add VTX hyperlink support for URLs

This commit is contained in:
Bryan Ashby 2017-09-21 21:23:30 -06:00
parent 7837a2a7bd
commit b0260049ba
5 changed files with 26 additions and 5 deletions

View file

@ -158,7 +158,10 @@ function getDefaultConfig() {
newUserNames : [ 'new', 'apply' ], // Names reserved for applying
// :TODO: Mystic uses TRASHCAN.DAT for this -- is there a reason to support something like that?
badUserNames : [ 'sysop', 'admin', 'administrator', 'root', 'all' ],
badUserNames : [
'sysop', 'admin', 'administrator', 'root', 'all',
'areamgr', 'filemgr', 'filefix', 'areafix', 'allfix'
],
},
// :TODO: better name for "defaults"... which is redundant here!