diff options
-rw-r--r-- | urgent.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } } |