Project

General

Profile

Messages Options » History » Version 61

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