comparison skillbot.conf.sample @ 19:40154257e632

Improving example configs
author Dominic Cleal <dominic@computerkb.co.uk>
date Sat, 06 Dec 2008 19:58:31 +0000
parents 5cba712b27aa
children
comparison
equal deleted inserted replaced
18:10587dbd634b 19:40154257e632
1 # Example config file for skillbot.pl 1 # Example config file for skillbot.pl
2 2
3 # Server hostname or IP. 3 # Server hostname or IP.
4 target_server = irc.uk.quakenet.org 4 target_server = irc.quakenet.org
5 5
6 # Port to connect to. 6 # Port to connect to.
7 target_port = 6667 7 target_port = 6667
8 8
9 # password to use to connect to server (comment out to use no password) 9 # password to use to connect to server (comment out to use no password)
10 # target_pass = yournickpass 10 # target_pass = yournickpass
11 11
12 # IRC nick to use. 12 # IRC nick to use.
13 nick = SkillBot 13 nick = MyOwnSkillBot
14 14
15 # If the nick is registered, identify to NickServ with this password. 15 # If the nick is registered, identify to NickServ with this password.
16 # nick_pass = yournickpass 16 # nick_pass = yournickpass
17 17
18 # If there is no identd installed then use this ident. 18 # If there is no identd installed then use this ident.
23 23
24 # Away message to immediately set. 24 # Away message to immediately set.
25 away = Monitoring EVE Online skill levels 25 away = Monitoring EVE Online skill levels
26 26
27 # Channel, without leading # 27 # Channel, without leading #
28 channel = skillbot 28 channel = mycorp
29
30 # Channel key, optional (remove #)
31 # chankey = secret
29 32
30 # File containing list of characters to follow and their IRC nicknames 33 # File containing list of characters to follow and their IRC nicknames
31 friends_file = skillbot.friends 34 friends_file = skillbot.friends
32 35