Skip to content

TkkrLab/ircbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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": []
		}
	]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%