annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
7213265ee4ef Updating config file contents
Dominic Cleal <dominic@computerkb.co.uk>
parents: 1
diff changeset
1 # Example config file for skillbot.pl
0
d6521d5ea884 Import of Andy Smith's twitfolk bot
Dominic Cleal <dominic@computerkb.co.uk>
parents:
diff changeset
2
d6521d5ea884 Import of Andy Smith's twitfolk bot
Dominic Cleal <dominic@computerkb.co.uk>
parents:
diff changeset
3 # Server hostname or IP.
19
40154257e632 Improving example configs
Dominic Cleal <dominic@computerkb.co.uk>
parents: 4
diff changeset
4 target_server = irc.quakenet.org
0
d6521d5ea884 Import of Andy Smith's twitfolk bot
Dominic Cleal <dominic@computerkb.co.uk>
parents:
diff changeset
5
d6521d5ea884 Import of Andy Smith's twitfolk bot
Dominic Cleal <dominic@computerkb.co.uk>
parents:
diff changeset
6 # Port to connect to.
d6521d5ea884 Import of Andy Smith's twitfolk bot
Dominic Cleal <dominic@computerkb.co.uk>
parents:
diff changeset
7 target_port = 6667
d6521d5ea884 Import of Andy Smith's twitfolk bot
Dominic Cleal <dominic@computerkb.co.uk>
parents:
diff changeset
8
d6521d5ea884 Import of Andy Smith's twitfolk bot
Dominic Cleal <dominic@computerkb.co.uk>
parents:
diff changeset
9 # password to use to connect to server (comment out to use no password)
2
7213265ee4ef Updating config file contents
Dominic Cleal <dominic@computerkb.co.uk>
parents: 1
diff changeset
10 # target_pass = yournickpass
0
d6521d5ea884 Import of Andy Smith's twitfolk bot
Dominic Cleal <dominic@computerkb.co.uk>
parents:
diff changeset
11
d6521d5ea884 Import of Andy Smith's twitfolk bot
Dominic Cleal <dominic@computerkb.co.uk>
parents:
diff changeset
12 # IRC nick to use.
19
40154257e632 Improving example configs
Dominic Cleal <dominic@computerkb.co.uk>
parents: 4
diff changeset
13 nick = MyOwnSkillBot
0
d6521d5ea884 Import of Andy Smith's twitfolk bot
Dominic Cleal <dominic@computerkb.co.uk>
parents:
diff changeset
14
d6521d5ea884 Import of Andy Smith's twitfolk bot
Dominic Cleal <dominic@computerkb.co.uk>
parents:
diff changeset
15 # If the nick is registered, identify to NickServ with this password.
2
7213265ee4ef Updating config file contents
Dominic Cleal <dominic@computerkb.co.uk>
parents: 1
diff changeset
16 # nick_pass = yournickpass
0
d6521d5ea884 Import of Andy Smith's twitfolk bot
Dominic Cleal <dominic@computerkb.co.uk>
parents:
diff changeset
17
d6521d5ea884 Import of Andy Smith's twitfolk bot
Dominic Cleal <dominic@computerkb.co.uk>
parents:
diff changeset
18 # If there is no identd installed then use this ident.
2
7213265ee4ef Updating config file contents
Dominic Cleal <dominic@computerkb.co.uk>
parents: 1
diff changeset
19 username = skillbot
0
d6521d5ea884 Import of Andy Smith's twitfolk bot
Dominic Cleal <dominic@computerkb.co.uk>
parents:
diff changeset
20
d6521d5ea884 Import of Andy Smith's twitfolk bot
Dominic Cleal <dominic@computerkb.co.uk>
parents:
diff changeset
21 # File to write PID to whilst running.
2
7213265ee4ef Updating config file contents
Dominic Cleal <dominic@computerkb.co.uk>
parents: 1
diff changeset
22 pidfile = skillbot.pid
0
d6521d5ea884 Import of Andy Smith's twitfolk bot
Dominic Cleal <dominic@computerkb.co.uk>
parents:
diff changeset
23
d6521d5ea884 Import of Andy Smith's twitfolk bot
Dominic Cleal <dominic@computerkb.co.uk>
parents:
diff changeset
24 # Away message to immediately set.
2
7213265ee4ef Updating config file contents
Dominic Cleal <dominic@computerkb.co.uk>
parents: 1
diff changeset
25 away = Monitoring EVE Online skill levels
0
d6521d5ea884 Import of Andy Smith's twitfolk bot
Dominic Cleal <dominic@computerkb.co.uk>
parents:
diff changeset
26
d6521d5ea884 Import of Andy Smith's twitfolk bot
Dominic Cleal <dominic@computerkb.co.uk>
parents:
diff changeset
27 # Channel, without leading #
19
40154257e632 Improving example configs
Dominic Cleal <dominic@computerkb.co.uk>
parents: 4
diff changeset
28 channel = mycorp
40154257e632 Improving example configs
Dominic Cleal <dominic@computerkb.co.uk>
parents: 4
diff changeset
29
40154257e632 Improving example configs
Dominic Cleal <dominic@computerkb.co.uk>
parents: 4
diff changeset
30 # Channel key, optional (remove #)
40154257e632 Improving example configs
Dominic Cleal <dominic@computerkb.co.uk>
parents: 4
diff changeset
31 # chankey = secret
0
d6521d5ea884 Import of Andy Smith's twitfolk bot
Dominic Cleal <dominic@computerkb.co.uk>
parents:
diff changeset
32
2
7213265ee4ef Updating config file contents
Dominic Cleal <dominic@computerkb.co.uk>
parents: 1
diff changeset
33 # File containing list of characters to follow and their IRC nicknames
7213265ee4ef Updating config file contents
Dominic Cleal <dominic@computerkb.co.uk>
parents: 1
diff changeset
34 friends_file = skillbot.friends
0
d6521d5ea884 Import of Andy Smith's twitfolk bot
Dominic Cleal <dominic@computerkb.co.uk>
parents:
diff changeset
35