Project

General

Profile

Messages Options » History » Version 50

Per Amundsen, 07/08/2018 03:05 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 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
If enabled, removes [[Formatting_Text|control codes]] from the 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
The icon will switch from white to black depending on the message buffer background color.
204 7 Per Amundsen
205
!scrollicon.png!
206
207 8 Per Amundsen
h2. Show Scrollbar
208
209
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.
210
211
h2. Show lines between messages
212
213
If enabled. shows horizontal lines between the messages in the message buffer.
214
215
!lines.png!
216
217 1 Per Amundsen
h2. Use alternative text rendering
218 25 Per Amundsen
219
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.
220
221
h2. Show short joins, parts and quits
222 26 Per Amundsen
223 25 Per Amundsen
If enabled, join/part/quit messages are shown using a shorter format without the channel name.
224 31 Per Amundsen
225 25 Per Amundsen
h2. Show user addresses in joins, parts and quits
226 4 Per Amundsen
227
If enabled users ident@address is shown in join/part/quit messages.
228
229
h2. Indent wrapped lines with [X] pixels
230
231
Indent wrapped lines in the message buffer with [X] pixels.
232
233
h2. Max buffer [X] lines
234
235
Set the maximum number of scrollback lines in the message buffer.
236 15 Per Amundsen
237 4 Per Amundsen
_If set to 0, unlimited number of lines._
238
239
_Can also be set per window in the Switchbar/Treebar right click menu._
240
241
h2. Line marker size
242
243
Sets the unread line marker size in pixels.
244
245
h2. Spacing
246
247
If set to single, messages in the message buffer will use regular spacing.
248
If set to paragraph, messages in the message buffer  will use 1.5 times spacing.
249
If set to double, messages in the message buffer  will use 2 times spacing.
250
251
h2. Pixel spacing
252 24 Per Amundsen
253
Sets the number of pixels between each message in the message buffer.
254 4 Per Amundsen
255
_By making lines bigger, emoticons will also resize to be bigger._
256
257
h2. Left border
258
259
Sets the left border for the message buffer in pixels.
260
261
h2. Bottom border
262
263
Sets the bottom border for the message buffer in pixels.
264
265 17 Per Amundsen
h2. Use nick column
266
267 4 Per Amundsen
Enable or disable the message buffer nick column.
268
269
_See also [[/nickcolumn]]._
270
271
Enabled:
272
!2.png!
273
274
Disabled:
275
!1.png!
276
277
h2. Expand nick column on long nicks
278 32 Per Amundsen
279
If enabled, nick column will automatically resize itself to fit long nicks.
280 11 Per Amundsen
281 4 Per Amundsen
_It will not compress itself again._
282 16 Per Amundsen
283
h2. Nick column divider
284
285
If set to on, nick column divider will be visible.
286 4 Per Amundsen
If set to off, nick column divider will not be visible.
287
If set to autohide, nick column divider will be visible and automatically hide itself unless the mouse is hovering it.
288
If set to locked, nick column divider will be visible and locked to avoid accidental resize.
289
290
h2. Nick column width
291
292
Set default nick column width.
293
294
_If changed, will reset all column width in all windows._
295
296 33 Per Amundsen
h2. Nick column divider width
297
298 1 Per Amundsen
Set the nick column divider width in pixels.
299
300
_Keep in mind the allocated width for the divider is the width of a white space on the current font._