set publish_tune False by default

This commit is contained in:
Yann Leboulanger 2008-05-31 08:28:33 +00:00
parent 1796a6006b
commit 1a683098e9
1 changed files with 1 additions and 1 deletions

View File

@ -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],