Project

General

Profile

Formatting text » History » Version 4

Per Amundsen, 05/17/2015 02:19 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 2 Per Amundsen
16
h1. Boldchar 
17
18
[[$chr]](2) - Ctrl + B - Makes the block bold.
19
20
h1. Italicchar 
21
22
[[$chr]](29) - Ctrl + I - Makes the block italic.
23
24
h1. Underlinechar 
25
26
[[$chr]](31) - Ctrl + U - Makes the block underline.
27
28
h1. Stopchar 
29
30
[[$chr]](15) - Ctrl + O - Stops all formatting.
31
32
Alternative colorchar 
33
34
[[$chr]](61442) - Alternative way to show any color.h1.