blob: 175236ed3db5a3e92c1e44db811ba8adc31dd2bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
************************************************************
Quickstart:
- Copy config.sl and colours.sl to ~/.slirc/scripts
mkdir -p ~/.slirc/scripts
cp ${PREFIX}/lib/slirc/scripts/config.sl ~/.slirc/scripts
cp ${PREFIX}/lib/slirc/scripts/colours.sl ~/.slirc/scripts
- Edit ~/.slirc/scripts/config.sl
() = s_putlast(servers,"server:port::nick");
variable chan_on_connect = "channel";
- Set your name to the environment variable "IRCNAME"
export IRCNAME="John Doe"
************************************************************
|