diff options
-rw-r--r-- | urgent.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ proc urgent::chat_message_notify {chatid from type body extras} { set_urgency_hint $chatid } } else { - set mynick [chat::get_nick [chat::get_xlib $chatid] \ + set mynick [chat::get_nick [chat::get_connid $chatid] \ [chat::our_jid $chatid] $type] if {[check_message $mynick $body]} { if {$options(handle_personal_messages)} { |