Consolidate redundant subject options.

Fix emoticon handling for html cards.
Fix cut/paste CONFIG errors.
This commit is contained in:
aboron 2016-07-13 22:54:56 -04:00
parent 9cdd2eef81
commit ea9d0fc449
2 changed files with 7 additions and 19 deletions

View file

@ -215,7 +215,6 @@ _CONFIG_DEFINITIONS = {
'HIPCHAT_URL': (str, 'Hipchat', ''),
'HIPCHAT_COLOR': (str, 'Hipchat', ''),
'HIPCHAT_INCL_SUBJECT': (int, 'Hipchat', 1),
'HIPCHAT_FROM_SUBJECT': (int, 'Hipchat', 0),
'HIPCHAT_INCL_PMSLINK': (int, 'Hipchat', 0),
'HIPCHAT_INCL_POSTER': (int, 'Hipchat', 0),
'HIPCHAT_EMOTICON': (str, 'Hipchat', ''),