Emoticons escaped. Comments added explaing custom and emoticon dicts use regexp.
This commit is contained in:
parent
7dd5b609de
commit
46427342b3
@ -44,26 +44,28 @@ _:===:line
|
|||||||
=:===:equals
|
=:===:equals
|
||||||
|
|
||||||
[customDict]
|
[customDict]
|
||||||
|
# This dictionary uses regexp, so be sure to escape anything that would be parsed by regexp, e.g. *, ., ^, $, etc.
|
||||||
|
|
||||||
[emoticonDict]
|
[emoticonDict]
|
||||||
|
# This dictionary uses regexp, so be sure to escape anything that would be parsed by regexp, e.g. *, ., ^, $, etc.
|
||||||
<{-.-}>:===:Raves
|
<{-.-}>:===:Raves
|
||||||
8-):===:smile with sunglasses
|
8-\):===:smile with sunglasses
|
||||||
:-/:===:confused
|
:-/:===:confused
|
||||||
-.-:===:bugged
|
-\.-:===:bugged
|
||||||
>.<:===:laughing
|
>\.<:===:laughing
|
||||||
8-X:===:skull
|
8-X:===:skull
|
||||||
>:):===:evil smile
|
>:\):===:evil smile
|
||||||
>:-):===:evil smile
|
>:-\):===:evil smile
|
||||||
\o/:===:Hurray
|
\\o/:===:Hurray
|
||||||
:/:===:confused
|
:/:===:confused
|
||||||
8):===:smile with sunglasses
|
8\):===:smile with sunglasses
|
||||||
:D:===:laugh
|
:D:===:laugh
|
||||||
;):===:wink
|
;\):===:wink
|
||||||
XD:===:LOL
|
XD:===:LOL
|
||||||
:-):===:smile
|
:-\):===:smile
|
||||||
:):===:smile
|
:\):===:smile
|
||||||
->:===:arrow right
|
->:===:arrow right
|
||||||
<-:===:arrow left
|
<-:===:arrow left
|
||||||
oO:===:WTF?
|
oO:===:WTF?
|
||||||
Oo:===:WTF?
|
Oo:===:WTF?
|
||||||
^^:===:enjoy smile
|
\^\^:===:enjoy smile
|
||||||
|
Loading…
Reference in New Issue
Block a user