Project

General

Profile

Messages Options » History » Version 63

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