Modified message color default behavior.

This commit is contained in:
aboron 2016-07-08 16:24:26 -04:00
parent ed2f87f57b
commit f040d897a7
2 changed files with 5 additions and 3 deletions

View file

@ -213,7 +213,7 @@ _CONFIG_DEFINITIONS = {
'HTTP_ROOT': (str, 'General', ''),
'HTTP_USERNAME': (str, 'General', ''),
'HIPCHAT_URL': (str, 'Hipchat', ''),
'HIPCHAT_COLOR': (str, 'Hipchat', 'green'),
'HIPCHAT_COLOR': (str, 'Hipchat', ''),
'HIPCHAT_INCL_SUBJECT': (int, 'Hipchat', 1),
'HIPCHAT_EMOTICON': (str, 'Hipchat', ''),
'HIPCHAT_ENABLED': (int, 'Hipchat', 0),