about summary refs log tree commit diff stats
path: root/src/config/preferences.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/preferences.c')
-rw-r--r--src/config/preferences.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/preferences.c b/src/config/preferences.c
index 8f4c4c45..a7fd4733 100644
--- a/src/config/preferences.c
+++ b/src/config/preferences.c
@@ -1712,6 +1712,7 @@ _get_group(preference_t pref)
         case PREF_CONSOLE_CHAT:
         case PREF_COLOR_NICK:
         case PREF_ROSTER_COLOR_NICK:
+        case PREF_OCCUPANTS_COLOR_NICK:
         case PREF_STATUSBAR_SHOW_NAME:
         case PREF_STATUSBAR_SHOW_NUMBER:
         case PREF_STATUSBAR_SELF:
@@ -1975,6 +1976,8 @@ _get_key(preference_t pref)
             return "color.nick";
         case PREF_ROSTER_COLOR_NICK:
             return "color.roster.nick";
+        case PREF_OCCUPANTS_COLOR_NICK:
+            return "color.occupants.nick";
         case PREF_BOOKMARK_INVITE:
             return "bookmark.invite";
         case PREF_PLUGINS_SOURCEPATH: