Skip to content

Referee for IRC Chat. Uses yellow/red card analogy to perform actions against bad behaving users. Also basic framework for a "pluggable" parsing.

Notifications You must be signed in to change notification settings

caller9/PyReferee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. 

About

Referee for IRC Chat. Uses yellow/red card analogy to perform actions against bad behaving users. Also basic framework for a "pluggable" parsing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published