Project

General

Profile

Messages Options » History » Version 62

Per Amundsen, 01/23/2022 01:53 AM

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
h2. Show scroll icon when scrolled up
201
202 8 Per Amundsen
When enabled, shows a clickable icon when the buffer is scrolled up, clicking it will scroll the buffer to the bottom.
203
204 52 Per Amundsen
The icon will by default switch from white to black depending on the message buffer background color.
205 7 Per Amundsen
206 1 Per Amundsen
!scrollicon.png!
207 52 Per Amundsen
208
h2. Show line marker icon when scrolled up
209
210
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.
211
212
The icon will by default switch from white to black depending on the message buffer background color.
213
214
!linemarker.png!
215 7 Per Amundsen
216 8 Per Amundsen
h2. Show Scrollbar
217
218 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]].
219 8 Per Amundsen
220
h2. Show lines between messages
221
222
If enabled. shows horizontal lines between the messages in the message buffer.
223
224
!lines.png!
225
226 1 Per Amundsen
h2. Use alternative text rendering
227 25 Per Amundsen
228
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.
229
230 53 Per Amundsen
h2. Split long channel/private messages
231
232
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.
233
234 4 Per Amundsen
h2. Indent wrapped lines with [X] pixels
235
236
Indent wrapped lines in the message buffer with [X] pixels.
237
238
h2. Max buffer [X] lines
239
240
Set the maximum number of scrollback lines in the message buffer.
241 15 Per Amundsen
242 4 Per Amundsen
_If set to 0, unlimited number of lines._
243
244 58 Per Amundsen
_Can also be set per window in the [[Switchbar Control|Switchbar]]/[[Treebar Control|Treebar]] right click menu._
245 4 Per Amundsen
246
h2. Line marker size
247
248
Sets the unread line marker size in pixels.
249
250
h2. Spacing
251
252
If set to single, messages in the message buffer will use regular spacing.
253
If set to paragraph, messages in the message buffer  will use 1.5 times spacing.
254
If set to double, messages in the message buffer  will use 2 times spacing.
255
256
h2. Pixel spacing
257 24 Per Amundsen
258
Sets the number of pixels between each message in the message buffer.
259 4 Per Amundsen
260
_By making lines bigger, emoticons will also resize to be bigger._
261 1 Per Amundsen
262
h2. Left border
263
264
Sets the left border for the message buffer in pixels.
265
266
h2. Bottom border
267
268
Sets the bottom border for the message buffer in pixels.
269
270
h2. Mouse wheel scrolls [X] lines
271
272
Sets the number of lines the mouse wheel scrolls inside the message buffer.
273 60 Per Amundsen
274
h1. Join, Parts, Quits
275
276 1 Per Amundsen
h2. Show short joins, parts and quits
277
278
If enabled, join/part/quit messages are shown using a shorter format without the channel name.
279 61 Per Amundsen
280
h2. Show user addresses in joins, parts and quits
281
282
If enabled users ident@address is shown in join/part/quit messages.
283 60 Per Amundsen
284
h2. Only show events from users active in the last [X] minutes
285
286
if enabled, join, part, quit, nick messages will only be shown from users who have spoken in the last [X] minutes (default 10).
287
288
h1. Nick Column
289 54 Per Amundsen
290 17 Per Amundsen
h2. Use nick column
291
292 4 Per Amundsen
Enable or disable the message buffer nick column.
293
294
_See also [[/nickcolumn]]._
295
296
Enabled:
297
!2.png!
298
299
Disabled:
300
!1.png!
301
302
h2. Expand nick column on long nicks
303 32 Per Amundsen
304
If enabled, nick column will automatically resize itself to fit long nicks.
305 11 Per Amundsen
306 4 Per Amundsen
_It will not compress itself again._
307 16 Per Amundsen
308 57 Per Amundsen
h2. Use separate left of divider background color
309
310
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]].
311
312 16 Per Amundsen
h2. Nick column divider
313
314
If set to on, nick column divider will be visible.
315 4 Per Amundsen
If set to off, nick column divider will not be visible.
316
If set to autohide, nick column divider will be visible and automatically hide itself unless the mouse is hovering it.
317
If set to locked, nick column divider will be visible and locked to avoid accidental resize.
318
319
h2. Nick column width
320
321
Set default nick column width.
322
323
_If changed, will reset all column width in all windows._
324
325 33 Per Amundsen
h2. Nick column divider width
326
327 1 Per Amundsen
Set the nick column divider width in pixels.
328
329
_Keep in mind the allocated width for the divider is the width of a white space on the current font._
330 56 Per Amundsen
331
h1. Tooltips
332
333
h2. Show Tooltips
334
335 59 Per Amundsen
If enabled, hovering a nick in the [[TextArea Control|Text Area]] will show the specified Tooltip text.
336 56 Per Amundsen
337
h2. Tooltip Text
338
339
Text to show when *Show Tooltips* is enabled.
340
341
_The Tooltip text will be evaluated and can contain [[Scripting_Identifiers|identifiers]], the variable $1 holds the nick._