mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
19 lines
545 B
Plaintext
19 lines
545 B
Plaintext
************************************************************
|
|
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"
|
|
************************************************************
|