Project

General

Profile

Messages Options » History » Version 34

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