Project

General

Profile

Emoticons Options » History » Version 11

Per Amundsen, 06/30/2018 08:11 AM

1 2 Mr. BS
{{>toc}}
2
3 11 Per Amundsen
_For colored emoji support, check "this plugin":https://dev.adiirc.com/boards/4/topics/1355._
4
5 1 Per Amundsen
h1. Emoticons Options
6
7 8 Per Amundsen
_Tip. [[Options Dialog|Options]] -> [[Messages Options|Messages]] -> [[Messages_Options#Pixel-spacing|Pixel spacing]] makes lines bigger, emoticons will also resize to be bigger._
8 5 Per Amundsen
9 1 Per Amundsen
h2. Use Emoticons
10
11
Enable or disable emoticons.
12
13
_Enabling emoticons only works on new messages after emoticons is enabled._
14
15
_All icons will be resized/scaled to fit inside the text line height, aspect ratio will be preserved._
16 10 Per Amundsen
17
h2. Use animated gifs
18
19
Enable or disable animated gifs support.
20
21
When the support is disabled, all gifs will stop animating and show the first frame as a static image.
22 3 Per Amundsen
23 1 Per Amundsen
h2. Case insensitive
24
25
If enabled, _text_ and _TEXT_ will both be replaced with the same icon, otherwise they could have different icons.
26
27
h2. Only replace whole words
28
29
If enabled, emoticons inside links and words will not be replaced.
30 4 Per Amundsen
31
h2. Use regex to match a pattern
32
33
If enabled, allows using a custom [[Scripting_Regex|Regular Expression]] to match the emoticons trigger.
34
35
h2. Regex
36
37
The [[Scripting_Regex|Regular Expression]] to use when *Use regex to match a pattern* is enabled.
38
39
_<emote> in the regex will be replaced with the pattern (trigger|trigger|trigger)._
40 9 Per Amundsen
41
h2. Adding emoticons through scripting
42
43
Use [[/setoption]] Emoticons Emoticon_<matchtext> <filename>.
44
45
_\ and = characters must be escaped with a \ character._