Messages Options » History » Version 65
Per Amundsen, 01/22/2023 02:06 PM
1 | 6 | Mr. BS | {{>toc}} |
---|---|---|---|
2 | |||
3 | 1 | Per Amundsen | h1. Messages Options |
4 | |||
5 | h2. Use timestamp |
||
6 | |||
7 | Enables or disables the timestamp for messages. |
||
8 | |||
9 | 17 | Per Amundsen | _See also [[/timestamp]], [[$timestamp]]._ |
10 | |||
11 | 1 | Per Amundsen | h2. Format |
12 | |||
13 | The timestamp format to use. |
||
14 | |||
15 | 17 | Per Amundsen | _See also [[$timestampfmt]]._ |
16 | |||
17 | 1 | Per Amundsen | h2. Message prefix System |
18 | |||
19 | The prefix to use for system messages. |
||
20 | |||
21 | 18 | Per Amundsen | _See also [[$prefixsys]]._ |
22 | 17 | Per Amundsen | |
23 | 1 | Per Amundsen | h2. Message prefix Ctcp |
24 | |||
25 | The prefix to use for ctcp messages. |
||
26 | |||
27 | 17 | Per Amundsen | _See also [[$prefixctcp]]._ |
28 | |||
29 | 1 | Per Amundsen | h2. Message prefix User |
30 | |||
31 | The prefix to use for regular user messages. |
||
32 | |||
33 | 28 | Per Amundsen | *Useable variables* |
34 | |||
35 | 43 | Per Amundsen | $pnick = Channel nick with status prefix (also contains nick colors if enabled in [[Options Dialog|Options]] -> [[Nick Colors Options|Nick Colors]]). |
36 | 37 | Per Amundsen | $status = Channel status prefix. (@%+) |
37 | 42 | Per Amundsen | $nick = Channel nick. |
38 | 62 | Per Amundsen | $nnick = Channel nick with no nick color. |
39 | 65 | Per Amundsen | $target = The target channel name or private window nick. |
40 | 28 | Per Amundsen | $imagechar = Image character, can used as $imagecharEMOTE$imagechar |
41 | 40 | Per Amundsen | $nickcolor = Channel nick color (number between 0 and 99) |
42 | $rgbnickcolor = Channel nick rgb color (RRGGBB) |
||
43 | $linecolor = Message line color. |
||
44 | $rgblinecolor = Message line rgb color. |
||
45 | 50 | Per Amundsen | $nickicon = The icon associated with the nick. |
46 | 1 | Per Amundsen | |
47 | 40 | Per Amundsen | *Examples* |
48 | |||
49 | 45 | Per Amundsen | _<colorchar> means the control code for colors which can be added using %(key)CTRL% + %(key)K%._ |
50 | 46 | Per Amundsen | _<colorchar2> means the control code for rgb colors which can be added using %(key)CTRL% + %(key)SHIFT% + %(key)K%._ |
51 | 40 | Per Amundsen | |
52 | 41 | Per Amundsen | $nickcolor and $linecolor can be used with the <colorchar> for creating custom colored prefixes. |
53 | $rgbnickcolor and $rgblinecolor can be used with the <colorchar2> for creating rgb colored custom prefixes. |
||
54 | |||
55 | 40 | Per Amundsen | <colorchar>$nickcolor[$nick]<colorchar> becomes %{color:#FF0000}[nick]% |
56 | [<colorchar>$nickcolor$nick<colorchar>] becomes <notextile>[</notextile>%{color:#FF0000}nick%<notextile>]</notextile> |
||
57 | |||
58 | 17 | Per Amundsen | _The prefix is not evaluated as a script._ |
59 | 28 | Per Amundsen | |
60 | 48 | Per Amundsen | _See also [[$prefixuser]], [[Formatting Text]]._ |
61 | 28 | Per Amundsen | |
62 | 1 | Per Amundsen | h2. Message prefix Emote |
63 | |||
64 | The prefix to use for [[/me|emote]] messages. |
||
65 | |||
66 | *Useable variables* |
||
67 | |||
68 | 43 | Per Amundsen | $pnick = Channel nick with status prefix (also contains nick colors if enabled in [[Options Dialog|Options]] -> [[Nick Colors Options|Nick Colors]]). |
69 | 40 | Per Amundsen | $status = Channel status prefix. (@%+) |
70 | 42 | Per Amundsen | $nick = Channel nick. |
71 | 1 | Per Amundsen | $imagechar = Image character, can used as $imagecharEMOTE$imagechar |
72 | 40 | Per Amundsen | $nickcolor = Channel nick color (number between 0 and 99) |
73 | $rgbnickcolor = Channel nick rgb color (RRGGBB) |
||
74 | $linecolor = Message line color. |
||
75 | $rgblinecolor = Message line rgb color. |
||
76 | 50 | Per Amundsen | $nickicon = The icon associated with the nick. |
77 | 40 | Per Amundsen | |
78 | *Examples* |
||
79 | |||
80 | 45 | Per Amundsen | _<colorchar> means the control code for colors which can be added using %(key)CTRL% + %(key)K%._ |
81 | 46 | Per Amundsen | _<colorchar2> means the control code for rgb colors which can be added using %(key)CTRL% + %(key)SHIFT% + %(key)K%._ |
82 | 1 | Per Amundsen | |
83 | 41 | Per Amundsen | $nickcolor and $linecolor can be used with the <colorchar> for creating custom colored prefixes. |
84 | $rgbnickcolor and $rgblinecolor can be used with the <colorchar2> for creating rgb colored custom prefixes. |
||
85 | 17 | Per Amundsen | |
86 | 47 | Per Amundsen | <colorchar>$nickcolor[$nick]<colorchar> becomes %{color:#FF0000}[nick]% |
87 | [<colorchar>$nickcolor$nick<colorchar>] becomes <notextile>[</notextile>%{color:#FF0000}nick%<notextile>]</notextile> |
||
88 | |||
89 | 17 | Per Amundsen | _The prefix is not evaluated as a script._ |
90 | 19 | Per Amundsen | |
91 | 48 | Per Amundsen | _See also [[$prefixemote]], [[Formatting Text]]._ |
92 | 19 | Per Amundsen | |
93 | h2. Highlight matching lines when hovering nicks |
||
94 | 1 | Per Amundsen | |
95 | If enabled, all lines containing the hovering nick will be highlighted. |
||
96 | |||
97 | h2. Scroll messages when typing |
||
98 | |||
99 | 49 | Per Amundsen | If enabled, typing in the [[Editbox Control|Editbox]] will scroll the message buffer to bottom if the buffer is scrolled up. |
100 | 1 | Per Amundsen | |
101 | h2. Make certain part of messages bold |
||
102 | |||
103 | 12 | Per Amundsen | If enabled, interesting parts of some messages like nicks, channel names will be bold. |
104 | 1 | Per Amundsen | |
105 | Enabled: |
||
106 | *Nick* (nick!nick@host.com) joins *#channel* |
||
107 | |||
108 | 21 | Per Amundsen | Disabled: |
109 | 1 | Per Amundsen | Nick (nick!nick@host.com) joins #channel |
110 | 23 | Per Amundsen | |
111 | 21 | Per Amundsen | h2. Automatically copy selected text to Clipboard |
112 | |||
113 | 49 | Per Amundsen | If enabled, selected text in the message buffer will automatically be copied to your clipboard when you release the mouse and keyboard focus will be put on the [[Editbox Control|Editbox]]. |
114 | 34 | Per Amundsen | |
115 | If disabled, %(key)CTRL% + %(key)C% keyboard shortcut can be used to copy the text to the clipboard. |
||
116 | |||
117 | h2. Show now talking/rejoined channel messages |
||
118 | 1 | Per Amundsen | |
119 | If enabled, AdiIRC will show a message "Now talking in #channel" when joining a channel, and "Rejoining...", "Rejoined #channel" when rejoining channels. |
||
120 | |||
121 | h2. Show day changed message |
||
122 | |||
123 | If enabled, AdiIRC will show a "Day changed to X" message in all open windows at midnight. |
||
124 | |||
125 | h2. Strip mIRC tags (colors/bold/italic/underline) |
||
126 | 17 | Per Amundsen | |
127 | If enabled, removes [[Formatting_Text|control codes]] from incoming messages. |
||
128 | 10 | Per Amundsen | |
129 | _See also [[$strip]]._ |
||
130 | |||
131 | h2. Strip mIRC tags in Topicbox |
||
132 | 17 | Per Amundsen | |
133 | 51 | Per Amundsen | If enabled, removes [[Formatting_Text|control codes]] from the [[Topicbox Control|Topicbox]]. |
134 | 1 | Per Amundsen | |
135 | _See also [[$strip]]._ |
||
136 | |||
137 | h2. Use unread line marker |
||
138 | |||
139 | If enabled, shows a vertical line in the message buffer indicating new messages since you last focused the window. |
||
140 | 30 | Per Amundsen | |
141 | 1 | Per Amundsen | h2. Use small unread line marker |
142 | |||
143 | If enabled, the unread line marker will be shown between two messages with no extra spaces around it. |
||
144 | |||
145 | h2. Show empty line at bottom |
||
146 | 20 | Per Amundsen | |
147 | If enabled, always shows a empty line at the bottom of the message buffer. |
||
148 | |||
149 | h2. ignore nicks for consecutive messages |
||
150 | |||
151 | If enabled, nicks will be hidden if the same person writes several messages in a row. |
||
152 | |||
153 | Enabled: |
||
154 | |||
155 | <pre> |
||
156 | [42:42] <Nick1> text |
||
157 | [42:42] text |
||
158 | [42:42] text |
||
159 | [42:42] text |
||
160 | [42:42] text |
||
161 | </pre> |
||
162 | |||
163 | Disabled: |
||
164 | |||
165 | <pre> |
||
166 | [42:42] <Nick1> text |
||
167 | [42:42] <Nick2> text |
||
168 | [42:42] <Nick2> text |
||
169 | [42:42] <Nick2> text |
||
170 | 27 | Per Amundsen | [42:42] <Nick3> text |
171 | </pre> |
||
172 | 1 | Per Amundsen | |
173 | _Indenting only works when the Nick column is enabled._ |
||
174 | |||
175 | h2. ignore timestamp for consecutive messages |
||
176 | |||
177 | If enabled, timestamp will be hidden if the same person writes several messages in a row. |
||
178 | |||
179 | 3 | Per Amundsen | Enabled: |
180 | |||
181 | <pre> |
||
182 | [42:42] <Nick1> text |
||
183 | [42:42] <Nick2> text |
||
184 | 1 | Per Amundsen | <Nick2> text |
185 | <Nick2> text |
||
186 | [42:42] <Nick3> text |
||
187 | </pre> |
||
188 | |||
189 | 3 | Per Amundsen | Disabled: |
190 | |||
191 | 1 | Per Amundsen | <pre> |
192 | [42:42] <Nick1> text |
||
193 | [42:42] <Nick2> text |
||
194 | [42:42] <Nick2> text |
||
195 | 27 | Per Amundsen | [42:42] <Nick2> text |
196 | [42:42] <Nick3> text |
||
197 | 7 | Per Amundsen | </pre> |
198 | 8 | Per Amundsen | |
199 | _Indenting only works when the Nick column is enabled._ |
||
200 | 9 | Per Amundsen | |
201 | 64 | Per Amundsen | h2. Ignore timestamp for consecutive times |
202 | 63 | Per Amundsen | |
203 | If enabled, timestamp will be hidden if the previous message have the same timestamp, e.g only show timestamp if the time has changed, regardless of nicks. |
||
204 | |||
205 | Enabled: |
||
206 | |||
207 | <pre> |
||
208 | [42:42] <Nick1> text |
||
209 | <Nick2> text |
||
210 | <Nick2> text |
||
211 | <Nick2> text |
||
212 | [42:43] <Nick1> text |
||
213 | </pre> |
||
214 | |||
215 | Disabled: |
||
216 | |||
217 | <pre> |
||
218 | [42:42] <Nick1> text |
||
219 | [42:42] <Nick2> text |
||
220 | [42:42] <Nick2> text |
||
221 | [42:42] <Nick2> text |
||
222 | [42:43] <Nick1> text |
||
223 | </pre> |
||
224 | |||
225 | _Indenting only works when the Nick column is enabled._ |
||
226 | |||
227 | 9 | Per Amundsen | h2. Show scroll icon when scrolled up |
228 | |||
229 | 8 | Per Amundsen | When enabled, shows a clickable icon when the buffer is scrolled up, clicking it will scroll the buffer to the bottom. |
230 | |||
231 | 52 | Per Amundsen | The icon will by default switch from white to black depending on the message buffer background color. |
232 | 7 | Per Amundsen | |
233 | 1 | Per Amundsen | !scrollicon.png! |
234 | 52 | Per Amundsen | |
235 | h2. Show line marker icon when scrolled up |
||
236 | |||
237 | When enabled, shows a clickable icon when the unread line marker is available but not currently in view, clicking it will scroll the buffer to the unread line marker. |
||
238 | |||
239 | The icon will by default switch from white to black depending on the message buffer background color. |
||
240 | |||
241 | !linemarker.png! |
||
242 | 7 | Per Amundsen | |
243 | 8 | Per Amundsen | h2. Show Scrollbar |
244 | |||
245 | 59 | Per Amundsen | If enabled, shows vertical scrollbar in the message buffer, if set to Autohide, scrollbar will be hidden until you either mousescroll or hover at the right border of the [[TextArea Control|Text Area]]. |
246 | 8 | Per Amundsen | |
247 | h2. Show lines between messages |
||
248 | |||
249 | If enabled. shows horizontal lines between the messages in the message buffer. |
||
250 | |||
251 | !lines.png! |
||
252 | |||
253 | 1 | Per Amundsen | h2. Use alternative text rendering |
254 | 25 | Per Amundsen | |
255 | If enabled, uses a more accurate but much slower way to render text, enable if you have problems with unicode or missing glyphs with certain fonts. |
||
256 | |||
257 | 53 | Per Amundsen | h2. Split long channel/private messages |
258 | |||
259 | If enabled, long channel/private messages will be split into smaller messages, otherwise the message is sent as is and the server might remove parts of it at the end. |
||
260 | |||
261 | 4 | Per Amundsen | h2. Indent wrapped lines with [X] pixels |
262 | |||
263 | Indent wrapped lines in the message buffer with [X] pixels. |
||
264 | |||
265 | h2. Max buffer [X] lines |
||
266 | |||
267 | Set the maximum number of scrollback lines in the message buffer. |
||
268 | 15 | Per Amundsen | |
269 | 4 | Per Amundsen | _If set to 0, unlimited number of lines._ |
270 | |||
271 | 58 | Per Amundsen | _Can also be set per window in the [[Switchbar Control|Switchbar]]/[[Treebar Control|Treebar]] right click menu._ |
272 | 4 | Per Amundsen | |
273 | h2. Line marker size |
||
274 | |||
275 | Sets the unread line marker size in pixels. |
||
276 | |||
277 | h2. Spacing |
||
278 | |||
279 | If set to single, messages in the message buffer will use regular spacing. |
||
280 | If set to paragraph, messages in the message buffer will use 1.5 times spacing. |
||
281 | If set to double, messages in the message buffer will use 2 times spacing. |
||
282 | |||
283 | h2. Pixel spacing |
||
284 | 24 | Per Amundsen | |
285 | Sets the number of pixels between each message in the message buffer. |
||
286 | 4 | Per Amundsen | |
287 | _By making lines bigger, emoticons will also resize to be bigger._ |
||
288 | 1 | Per Amundsen | |
289 | h2. Left border |
||
290 | |||
291 | Sets the left border for the message buffer in pixels. |
||
292 | |||
293 | h2. Bottom border |
||
294 | |||
295 | Sets the bottom border for the message buffer in pixels. |
||
296 | |||
297 | h2. Mouse wheel scrolls [X] lines |
||
298 | |||
299 | Sets the number of lines the mouse wheel scrolls inside the message buffer. |
||
300 | 60 | Per Amundsen | |
301 | h1. Join, Parts, Quits |
||
302 | |||
303 | 1 | Per Amundsen | h2. Show short joins, parts and quits |
304 | |||
305 | If enabled, join/part/quit messages are shown using a shorter format without the channel name. |
||
306 | 61 | Per Amundsen | |
307 | h2. Show user addresses in joins, parts and quits |
||
308 | |||
309 | If enabled users ident@address is shown in join/part/quit messages. |
||
310 | 60 | Per Amundsen | |
311 | h2. Only show events from users active in the last [X] minutes |
||
312 | |||
313 | if enabled, join, part, quit, nick messages will only be shown from users who have spoken in the last [X] minutes (default 10). |
||
314 | |||
315 | h1. Nick Column |
||
316 | 54 | Per Amundsen | |
317 | 17 | Per Amundsen | h2. Use nick column |
318 | |||
319 | 4 | Per Amundsen | Enable or disable the message buffer nick column. |
320 | |||
321 | _See also [[/nickcolumn]]._ |
||
322 | |||
323 | Enabled: |
||
324 | !2.png! |
||
325 | |||
326 | Disabled: |
||
327 | !1.png! |
||
328 | |||
329 | h2. Expand nick column on long nicks |
||
330 | 32 | Per Amundsen | |
331 | If enabled, nick column will automatically resize itself to fit long nicks. |
||
332 | 11 | Per Amundsen | |
333 | 4 | Per Amundsen | _It will not compress itself again._ |
334 | 16 | Per Amundsen | |
335 | 57 | Per Amundsen | h2. Use separate left of divider background color |
336 | |||
337 | If enabled, the left side of the nick column will be drawn using the *Nick column left background* color set in [[Options Dialog|Options]] -> [[Colors Options|Colors]]. |
||
338 | |||
339 | 16 | Per Amundsen | h2. Nick column divider |
340 | |||
341 | If set to on, nick column divider will be visible. |
||
342 | 4 | Per Amundsen | If set to off, nick column divider will not be visible. |
343 | If set to autohide, nick column divider will be visible and automatically hide itself unless the mouse is hovering it. |
||
344 | If set to locked, nick column divider will be visible and locked to avoid accidental resize. |
||
345 | |||
346 | h2. Nick column width |
||
347 | |||
348 | Set default nick column width. |
||
349 | |||
350 | _If changed, will reset all column width in all windows._ |
||
351 | |||
352 | 33 | Per Amundsen | h2. Nick column divider width |
353 | |||
354 | 1 | Per Amundsen | Set the nick column divider width in pixels. |
355 | |||
356 | _Keep in mind the allocated width for the divider is the width of a white space on the current font._ |
||
357 | 56 | Per Amundsen | |
358 | h1. Tooltips |
||
359 | |||
360 | h2. Show Tooltips |
||
361 | |||
362 | 59 | Per Amundsen | If enabled, hovering a nick in the [[TextArea Control|Text Area]] will show the specified Tooltip text. |
363 | 56 | Per Amundsen | |
364 | h2. Tooltip Text |
||
365 | |||
366 | Text to show when *Show Tooltips* is enabled. |
||
367 | |||
368 | _The Tooltip text will be evaluated and can contain [[Scripting_Identifiers|identifiers]], the variable $1 holds the nick._ |