/modularirc

Primary LanguagePythonMIT LicenseMIT

modularirc

Written in Python 3

Dependencies:

Config file at ~/.config/ircbot.conf

Example:

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

Also have a look at modularirc-basemodules for some somewhat useful modules.