1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Merge branch 'master' into openpgp

This commit is contained in:
James Booth 2015-06-08 20:33:03 +01:00
commit abcf67044c

View File

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