Project

General

Profile

Messages Options » History » Version 48

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