Project

General

Profile

Messages Options » History » Version 33

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