From b31b54cda2b5cf4bbe2a844e259d93fb7a77a369 Mon Sep 17 00:00:00 2001 From: kostix Date: Tue, 7 Apr 2009 23:07:11 +0000 Subject: Fix getting connection id when processing normal groupchat messages git-svn-id: http://svn.xmpp.ru/repos/tkabber-3rd-party/branches/plugins-0.11.1/urgent@207 cc602e41-bd33-0410-9637-a208f32f1443 --- urgent.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urgent.tcl b/urgent.tcl index e782bf4..40c75c3 100644 --- a/urgent.tcl +++ b/urgent.tcl @@ -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)} { -- cgit v1.2.3