Add preference for query names interval, makes it also possible to disable.
[vomak.git] / config.sample
blob2213b90f7434b730a9d4924934164f5068821851
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=
22 [externals]
23 # fortune command line to execute when receiving "!fortune",
24 # argument -n is recommend to avoid flooding by too long fortune messages
25 # read 'man fortune' for details
26 fortune_cmd=fortune -n 160 computers