nothing
This commit is contained in:
parent
538662ccfc
commit
ec5c1269e7
1 changed files with 2 additions and 2 deletions
|
@ -467,10 +467,10 @@ class Chat:
|
||||||
return index
|
return index
|
||||||
|
|
||||||
def print_special_text(self, special_text, other_tags, conversation_buffer):
|
def print_special_text(self, special_text, other_tags, conversation_buffer):
|
||||||
# make it CAPS (emoticons keys are all CAPS)
|
|
||||||
tags = []
|
tags = []
|
||||||
use_other_tags = True
|
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():
|
if possible_emot_ascii_caps in self.plugin.emoticons.keys():
|
||||||
#it's an emoticon
|
#it's an emoticon
|
||||||
emot_ascii = possible_emot_ascii_caps
|
emot_ascii = possible_emot_ascii_caps
|
||||||
|
|
Loading…
Add table
Reference in a new issue