Add filename strip regex constant

This commit is contained in:
Etoh 2013-07-01 23:01:02 +01:00
parent 478ddb037d
commit 9af4e1b400

View File

@ -20,6 +20,7 @@ SERVER_STATE_INTERVAL = 1
WARNING_OSD_MESSAGES_LOOP_INTERVAL = 1
#Usually there's no need to adjust these
FILENAME_STRIP_REGEX = u"[-~_\.\[\](): ]"
COMMANDS_UNDO = ["u", "undo", "revert"]
COMMANDS_LIST = ["l", "list", "users"]
COMMANDS_PAUSE = ["p", "play", "pause"]