From fdb89e2ff80688d47ac05ae67143672bcde84f80 Mon Sep 17 00:00:00 2001 From: Travis Shirk Date: Sun, 13 Nov 2005 21:16:21 +0000 Subject: [PATCH] Added a comment about the emoticon regex --- src/gajim.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gajim.py b/src/gajim.py index d3bf561ce..999a1398b 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -1062,6 +1062,8 @@ class Interface: basic_pattern = links + mail + formatting self.basic_pattern_re = sre.compile(basic_pattern, sre.IGNORECASE) + # When an emoticon is bordered by an alpha-numeric character it is NOT + # expanded. e.g., foo:) NO, foo :) YES, (brb) NO, (:)) YES, etc. emoticons_pattern = '(?