set publish_tune False by default
This commit is contained in:
parent
1796a6006b
commit
1a683098e9
|
@ -313,7 +313,7 @@ class Config:
|
|||
'otr_flags': [opt_int, 58 ],
|
||||
'publish_mood': [opt_bool, True],
|
||||
'publish_activity': [opt_bool, True],
|
||||
'publish_tune': [opt_bool, True],
|
||||
'publish_tune': [opt_bool, False],
|
||||
'publish_nick': [opt_bool, True],
|
||||
'subscribe_mood': [opt_bool, True],
|
||||
'subscribe_activity': [opt_bool, True],
|
||||
|
|
Loading…
Reference in New Issue