1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Set default autoaway mode to off

fixes #555
This commit is contained in:
James Booth 2015-06-08 20:26:23 +01:00
parent 81522a7516
commit 549fceaa7f

View File

@ -724,6 +724,7 @@ _get_default_string(preference_t pref)
switch (pref)
{
case PREF_AUTOAWAY_MODE:
return "off";
case PREF_NOTIFY_ROOM:
return "on";
case PREF_OTR_LOG: