Project

General

Profile

Messages Options » History » Version 40

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