comparison skillbot.conf.sample @ 2:7213265ee4ef

Updating config file contents
author Dominic Cleal <dominic@computerkb.co.uk>
date Sat, 06 Dec 2008 14:00:24 +0000
parents 19e0bf2f7ada
children 5cba712b27aa
comparison
equal deleted inserted replaced
1:19e0bf2f7ada 2:7213265ee4ef
1 # Example config file for twitfolk.pl 1 # Example config file for skillbot.pl
2 # $Id: twitfolk.conf.sample 776 2008-11-03 18:20:04Z andy $
3 2
4 # Server hostname or IP. 3 # Server hostname or IP.
5 target_server = uk.blitzed.org 4 target_server = irc.uk.blitzed.org
6 5
7 # Port to connect to. 6 # Port to connect to.
8 target_port = 6667 7 target_port = 6667
9 8
10 # 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)
11 target_pass = yournickpass 10 # target_pass = yournickpass
12 11
13 # IRC nick to use. 12 # IRC nick to use.
14 nick = Twitfolk 13 nick = SkillBot
15 14
16 # If the nick is registered, identify to NickServ with this password. 15 # If the nick is registered, identify to NickServ with this password.
17 nick_pass = yournickpass 16 # nick_pass = yournickpass
18 17
19 # If there is no identd installed then use this ident. 18 # If there is no identd installed then use this ident.
20 username = twitfolk 19 username = skillbot
21 20
22 # File to write PID to whilst running. 21 # File to write PID to whilst running.
23 pidfile = twitfolk.pid 22 pidfile = skillbot.pid
24 23
25 # Away message to immediately set. 24 # Away message to immediately set.
26 away = If you have a Twitter account, ask grifferz to add you to me! 25 away = Monitoring EVE Online skill levels
27 26
28 # Channel, without leading # 27 # Channel, without leading #
29 channel = bitfolk 28 channel = skillbot
30 29
31 # Your screen name on twitter.com 30 # File containing list of characters to follow and their IRC nicknames
32 twitter_user = twituser 31 friends_file = skillbot.friends
33 32
34 # Your password on twitter.com
35 twitter_pass = twitpass
36
37 # Your user's ID
38 twitter_id = 17103815
39
40 # File containing list of people to follow and their IRC nicknames
41 friends_file = twitfolk.friends
42
43 # Where to store the most recent tweet id
44 tweet_id_file = last_tweet
45
46 # How many tweets to relay at a time
47 max_tweets = 4