Project

General

Profile

Messages Options » History » Version 43

Per Amundsen, 03/19/2018 05:02 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 37 Per Amundsen
$status = Channel status prefix. (@%+)
38 42 Per Amundsen
$nick = Channel nick.
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 1 Per Amundsen
45 40 Per Amundsen
*Examples*
46
47
_<colorchar> means the control code for colors which can be added using %(key)CTRL% + %(key)K% or [[$chr|$chr(3)]]._
48 41 Per Amundsen
_<colorchar2> means the control code for colors which can be added using %(key)CTRL% + %(key)SHIFT% + %(key)K% or [[$chr|$chr(4)]]._
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
_See also [[$prefixuser]]._
59
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
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
76
*Examples*
77
78
_<colorchar> means the control code for colors which can be added using %(key)CTRL% + %(key)K% or [[$chr|$chr(3)]]._
79 41 Per Amundsen
_<colorchar2> means the control code for colors which can be added using %(key)CTRL% + %(key)SHIFT% + %(key)K% or [[$chr|$chr(4)]]._
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
_The prefix is not evaluated as a script._
85 19 Per Amundsen
86
_See also [[$prefixemote]]._
87
88
h2. Highlight matching lines when hovering nicks
89 1 Per Amundsen
90
If enabled, all lines containing the hovering nick will be highlighted.
91
92
h2. Scroll messages when typing
93
94
If enabled, typing in the Editbox will scroll the message buffer to bottom if the buffer is scrolled up.
95
96
h2. Make certain part of messages bold
97
98 12 Per Amundsen
If enabled, interesting parts of some messages like nicks, channel names will be bold.
99 1 Per Amundsen
100
Enabled:
101
*Nick* (nick!nick@host.com) joins *#channel*
102
103 21 Per Amundsen
Disabled:
104 1 Per Amundsen
Nick (nick!nick@host.com) joins #channel
105 23 Per Amundsen
106 21 Per Amundsen
h2. Automatically copy selected text to Clipboard
107
108 1 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.
109 34 Per Amundsen
110
If disabled, %(key)CTRL% + %(key)C% keyboard shortcut can be used to copy the text to the clipboard.
111
112
h2. Show now talking/rejoined channel messages
113 1 Per Amundsen
114
If enabled, AdiIRC will show a message "Now talking in #channel" when joining a channel, and "Rejoining...", "Rejoined #channel" when rejoining channels.
115
116
h2. Show day changed message
117
118
If enabled, AdiIRC will show a "Day changed to X" message in all open windows at midnight.
119
120
h2. Strip mIRC tags (colors/bold/italic/underline)
121 17 Per Amundsen
122
If enabled, removes [[Formatting_Text|control codes]] from incoming messages.
123 10 Per Amundsen
124
_See also [[$strip]]._
125
126
h2. Strip mIRC tags in Topicbox
127 17 Per Amundsen
128
If enabled, removes [[Formatting_Text|control codes]] from the Topicbox.
129 1 Per Amundsen
130
_See also [[$strip]]._
131
132
h2. Use unread line marker
133
134
If enabled, shows a vertical line in the message buffer indicating new messages since you last focused the window.
135 30 Per Amundsen
136 1 Per Amundsen
h2. Use small unread line marker
137
138
If enabled, the unread line marker will be shown between two messages with no extra spaces around it.
139
140
h2. Show empty line at bottom
141 20 Per Amundsen
142
If enabled, always shows a empty line at the bottom of the message buffer. 
143
144
h2. ignore nicks for consecutive messages
145
146
If enabled, nicks will be hidden if the same person writes several messages in a row.
147
148
Enabled:
149
150
<pre>
151
[42:42] <Nick1> text
152
[42:42]         text
153
[42:42]         text
154
[42:42]         text
155
[42:42]         text
156
</pre>
157
158
Disabled:
159
160
<pre>
161
[42:42] <Nick1> text
162
[42:42] <Nick2> text
163
[42:42] <Nick2> text
164
[42:42] <Nick2> text
165 27 Per Amundsen
[42:42] <Nick3> text
166
</pre>
167 1 Per Amundsen
168
_Indenting only works when the Nick column is enabled._
169
170
h2. ignore timestamp for consecutive messages
171
172
If enabled, timestamp will be hidden if the same person writes several messages in a row.
173
174 3 Per Amundsen
Enabled:
175
176
<pre>
177
[42:42] <Nick1> text
178
[42:42] <Nick2> text
179 1 Per Amundsen
        <Nick2> text
180
        <Nick2> text
181
[42:42] <Nick3> text
182
</pre>
183
184 3 Per Amundsen
Disabled:
185
186 1 Per Amundsen
<pre>
187
[42:42] <Nick1> text
188
[42:42] <Nick2> text
189
[42:42] <Nick2> text
190 27 Per Amundsen
[42:42] <Nick2> text
191
[42:42] <Nick3> text
192 7 Per Amundsen
</pre>
193 8 Per Amundsen
194
_Indenting only works when the Nick column is enabled._
195 9 Per Amundsen
196
h2. Show scroll icon when scrolled up
197
198 8 Per Amundsen
When enabled, shows a clickable icon when the buffer is scrolled up, clicking it will scroll the buffer to the bottom.
199
200
The icon will switch from white to black depending on the message buffer background color.
201 7 Per Amundsen
202
!scrollicon.png!
203
204 8 Per Amundsen
h2. Show Scrollbar
205
206
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 message area.
207
208
h2. Show lines between messages
209
210
If enabled. shows horizontal lines between the messages in the message buffer.
211
212
!lines.png!
213
214 1 Per Amundsen
h2. Use alternative text rendering
215 25 Per Amundsen
216
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.
217
218
h2. Show short joins, parts and quits
219 26 Per Amundsen
220 25 Per Amundsen
If enabled, join/part/quit messages are shown using a shorter format without the channel name.
221 31 Per Amundsen
222 25 Per Amundsen
h2. Show user addresses in joins, parts and quits
223 4 Per Amundsen
224
If enabled users ident@address is shown in join/part/quit messages.
225
226
h2. Indent wrapped lines with [X] pixels
227
228
Indent wrapped lines in the message buffer with [X] pixels.
229
230
h2. Max buffer [X] lines
231
232
Set the maximum number of scrollback lines in the message buffer.
233 15 Per Amundsen
234 4 Per Amundsen
_If set to 0, unlimited number of lines._
235
236
_Can also be set per window in the Switchbar/Treebar right click menu._
237
238
h2. Line marker size
239
240
Sets the unread line marker size in pixels.
241
242
h2. Spacing
243
244
If set to single, messages in the message buffer will use regular spacing.
245
If set to paragraph, messages in the message buffer  will use 1.5 times spacing.
246
If set to double, messages in the message buffer  will use 2 times spacing.
247
248
h2. Pixel spacing
249 24 Per Amundsen
250
Sets the number of pixels between each message in the message buffer.
251 4 Per Amundsen
252
_By making lines bigger, emoticons will also resize to be bigger._
253
254
h2. Left border
255
256
Sets the left border for the message buffer in pixels.
257
258
h2. Bottom border
259
260
Sets the bottom border for the message buffer in pixels.
261
262 17 Per Amundsen
h2. Use nick column
263
264 4 Per Amundsen
Enable or disable the message buffer nick column.
265
266
_See also [[/nickcolumn]]._
267
268
Enabled:
269
!2.png!
270
271
Disabled:
272
!1.png!
273
274
h2. Expand nick column on long nicks
275 32 Per Amundsen
276
If enabled, nick column will automatically resize itself to fit long nicks.
277 11 Per Amundsen
278 4 Per Amundsen
_It will not compress itself again._
279 16 Per Amundsen
280
h2. Nick column divider
281
282
If set to on, nick column divider will be visible.
283 4 Per Amundsen
If set to off, nick column divider will not be visible.
284
If set to autohide, nick column divider will be visible and automatically hide itself unless the mouse is hovering it.
285
If set to locked, nick column divider will be visible and locked to avoid accidental resize.
286
287
h2. Nick column width
288
289
Set default nick column width.
290
291
_If changed, will reset all column width in all windows._
292
293 33 Per Amundsen
h2. Nick column divider width
294
295 1 Per Amundsen
Set the nick column divider width in pixels.
296
297
_Keep in mind the allocated width for the divider is the width of a white space on the current font._