From ec5c1269e7102c0886faa288a70dfa0d15e4763b Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Thu, 17 Mar 2005 00:53:13 +0000 Subject: [PATCH] nothing --- plugins/gtkgui/chat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/gtkgui/chat.py b/plugins/gtkgui/chat.py index 8794534ab..ff2e6cb00 100644 --- a/plugins/gtkgui/chat.py +++ b/plugins/gtkgui/chat.py @@ -467,10 +467,10 @@ class Chat: return index def print_special_text(self, special_text, other_tags, conversation_buffer): - # make it CAPS (emoticons keys are all CAPS) tags = [] use_other_tags = True - possible_emot_ascii_caps = special_text.upper() + + possible_emot_ascii_caps = special_text.upper() # emoticons keys are CAPS if possible_emot_ascii_caps in self.plugin.emoticons.keys(): #it's an emoticon emot_ascii = possible_emot_ascii_caps