Project

General

Profile

Formatting text » History » Version 5

Per Amundsen, 05/17/2015 02:20 AM

1 1 Per Amundsen
{{>toc}}
2
3
h1. Formatting text
4
5
AdiIRC supports control codes for formatting text.
6
7 2 Per Amundsen
h1. Colorchar
8
9 4 Per Amundsen
Colors blocks of text.
10
11
Ascii char [[$chr]](3)
12
13
Ctrl + K can be used in editbox to type this character.
14
15 5 Per Amundsen
The character can be follow by 2 digits that represent the color number, the colors can be changed in Options -> Colors -> mIRC Colors.
16 2 Per Amundsen
17
h1. Boldchar 
18
19
[[$chr]](2) - Ctrl + B - Makes the block bold.
20
21
h1. Italicchar 
22
23
[[$chr]](29) - Ctrl + I - Makes the block italic.
24
25
h1. Underlinechar 
26
27
[[$chr]](31) - Ctrl + U - Makes the block underline.
28
29
h1. Stopchar 
30
31
[[$chr]](15) - Ctrl + O - Stops all formatting.
32
33
Alternative colorchar 
34
35
[[$chr]](61442) - Alternative way to show any color.h1.