-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
28 lines (23 loc) · 1.13 KB
/
README
File metadata and controls
28 lines (23 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PyReferee - Python IRC Referee Bot
http://www.caller9.com
#~ This program is free software; you can redistribute it and/or modify
#~ it under the terms of the GNU General Public License as published by
#~ the Free Software Foundation; version 2 of the License.
#~
#~ This program is distributed in the hope that it will be useful,
#~ but WITHOUT ANY WARRANTY; without even the implied warranty of
#~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
#~ GNU General Public License for more details.
Usage:
python pyreferee.py
Configuration:
The config/servers.cfg file lists servers and channels to
join on those servers.
The config/default_channel.cfg is the base config for any channel
listed in servers.cfg. It will be used to create [servername][channel].cfg
files which can be customized to the channel in question. Or you can manually
copy or create [servername][channel].cfg files. Though this is not recommended
because you could omit vital information.
The config system does not fully validate the configuration files, especially
the channel config files. For the most part missing configuration values will
cause an exception.