Handling of results for queries such as "time in japan", where the time is returned
[six.git] / config.example
blob0cabbf9a8f9897e1513623679eec20a16c6d666d
1 # CyBot 0.2 main configuration file. Be careful when editing this file manually,
2 # as it is automatically saved run-time. On-line edit is recomended.
4 #########    --------------------------------------------------    #########
5 #########    REMEMBER TO SHUT DOWN THE BOT BEFORE YOU EDIT THIS    #########
6 #########    --------------------------------------------------    #########
7 #########    This is because the bot writes the whole of this      #########
8 #########    file out when it is closed down.                      #########
9 #########    --------------------------------------------------    #########
10 --- 
11 plugins: 
12   # path: # Path to plugins, default is ./plugins
13   # - plugins
14   autoload: # List the plugins to be autoloaded
15   - logger
16   - scribe
17   - topic
18   - web
19 servers: 
20   freenode:
21     topic-follow: true # Whether to follow the topics of channels on this server
22     nicks: # The Obvious ;)
23     - Automator
24     - Automator_
25     - Automator__
26     autoconnect: true
27       # ↑ Do I autoconnect to this network or not?
28     services: 
29       nickserv: 
30         whois-code: 320 # Not sure - check with cyanite
31           # ↑ Code used to recognize identified users in WHOIS response. This is network dependent.
32         password: bot
33           # ↑ Password to identify with nickserv.
34     host: irc.freenode.net
35       # ↑ URI of this server
36     users: # Either define here, or /msg register? with the bot.
37       Caius: # Username.
38         masks: # Mask - this is auto added when you first register.
39         - Caius!n=inemo@about/apple/powerbook/Caius
40         plugins: # List plugins that this user can use, only because test doesn't have user level checking.
41         - test
42         owner: true
43         # ↑ Has to be set manually, tells the bot you are the owner (admin).
44         password: xxxx
45     channels: 
46       "#cybot": # Channel name
47         chanserv: 
48           op: false
49           # ↑ Do we auto ask chanserv for +o on this channel?