/ircbot

Primary LanguagePython

ircbot

Written in Python 3

====== Dependencies:

====== Config file ircbot.conf:

{
	"version": "1.0",
	"servers":
	[
		{
			"nickname": "",
			"host": "",
			"port": 0,
			"ssl": false,
			"ipv6": false,
			"password": "",
			"channels": [],
			"admin_channels": [],
			"global_admins": []
		}
	]
}