Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

justjanne/FrozenIrcBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 

Repository files navigation

FrozenIrcBot

Functionality

Configuration

 {
    "connection": {
        "host": "irc.quakenet.org",
        "channels": [
            "#frozen"
        ],
        "authentication": {
            "type": "none",
            "password": ""
        },
        "name": {
            "login": "bot",
            "nick": "TheFrozenBot",
            "real": "This is the Bot for the #frozen channel on QuakeNet!"
        }
    },
    "plugins": {
        "tld.domain.ClassName": {
        },
    }
}

To-Do

  • finish the Readme

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages