Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 433 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 433 Bytes

PyIRC

A Python based IRC bot with the ability to create custmoized modules for different functionalities.

To run execute:

$python irc01.py

The bot will then attempt to login to all the channels in the IRC server as provided in config.json

Configuration is controlled by the information in config.json Different channels can be added by appending into the "channels" list Currently only a single IRC server is supported.