Cleanly quit if we got an error
[vomak.git] / config.sample
blob8104e5b76df1a1b2b6b89c627257113997ddc8ad
1 [general]
2 socketname=/var/tmp/vomak_socket
3 socketperm=0600
4 # absolute path to a logfile, leave empty to disable logging
5 logfile=
6 # interval (in minutes) to send the NAMES command to query a
7 # list of of channel users (0 to disable)
8 query_names_interval=0
10 [irc]
11 server=chat.freenode.net
12 port=6667
13 # channel name without #
14 channel=test
15 servername=yourserver.com
16 nickname=Vomak
17 username=vomak
18 realname=Vomak, the Bot
19 # leave empty if your bot's nickname is not registered
20 nickserv_password=
21 # automatic rejoin the channel after getting kicked, use this with care
22 # if false, vomak will terminate itself when getting kicked
23 auto_rejoin=false
25 [externals]
26 # fortune command line to execute when receiving "!fortune",
27 # argument -n is recommend to avoid flooding by too long fortune messages
28 # read 'man fortune' for details
29 fortune_cmd=fortune -n 160 computers