From 3f9f06613ae571d774dc0731d1833680c9c48909 Mon Sep 17 00:00:00 2001 From: "Vgr E. Barry" Date: Sat, 22 Apr 2017 07:45:59 -0400 Subject: [PATCH] Fix pingif preferences not being properly saved --- src/users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/users.py b/src/users.py index e89a114..9ab3d10 100644 --- a/src/users.py +++ b/src/users.py @@ -438,7 +438,7 @@ class User(IRCContext): else: if not var.DISABLE_ACCOUNTS and temp.account: - var.PING_IF_PREFS[temp.account] = value + var.PING_IF_PREFS_ACCS[temp.account] = value db.set_pingif(value, temp.account, None) with var.WARNING_LOCK: if value not in var.PING_IF_NUMS_ACCS: