summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/expandos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/expandos.c b/src/core/expandos.c
index 5cec5561..2830d677 100644
--- a/src/core/expandos.c
+++ b/src/core/expandos.c
@@ -538,7 +538,7 @@ void expandos_init(void)
struct utsname un;
#endif
settings_add_str("misc", "STATUS_OPER", "*");
- settings_add_str("misc", "timestamp_format", "%H:%M");
+ settings_add_str("lookandfeel", "timestamp_format", "%H:%M");
client_start_time = time(NULL);
last_sent_msg = NULL; last_sent_msg_body = NULL;