aboutsummaryrefslogtreecommitdiffstats
path: root/urgent.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'urgent.tcl')
-rw-r--r--urgent.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/urgent.tcl b/urgent.tcl
index 2d5ce6e..3ad7ee6 100644
--- a/urgent.tcl
+++ b/urgent.tcl
@@ -89,7 +89,7 @@ proc urgent::chat_message_notify {chatid from type body extras} {
if {$from == "" && $options(handle_server_messages)} {
set_urgency_hint $chatid
- } elseif {$options(handle_personal_messages)} {
+ } elseif {$from != "" && $options(handle_personal_messages)} {
set_urgency_hint $chatid
}
}