added %FNAME case to data.Conf.sauces

I don't know what this actually does. Sounds stupid, but i only added a case because it's the only other place in the code that calls %URL and %TURL outside of HTML pages. Please review carefully.
This commit is contained in:
ParrotParrot 2014-01-25 20:10:57 +01:00
parent 7a2faf861e
commit 5752e082ab

View File

@ -239,6 +239,8 @@ Settings =
'%MD5'
when '$4'
'%board'
when '$5'
'%FNAME'
else
c
for key, val of Config.hotkeys when key of data.Conf