Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.
/ irc-server Public archive

Provides AKP48Squared with the ability to connect to IRC servers.

Notifications You must be signed in to change notification settings

AKP48Squared/irc-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This plugin allows AKP48Squared to connect to IRC servers.

Installation

This plugin is included by default on new installations of AKP48Squared. No further installation is needed.

Config

You'll need to add a new server to your configuration file for each IRC server you need to connect to. An example is shown below.

"servers": [
  {
    "plugin": "irc",
    "config": {
      "server": "irc.esper.net", // irc server
      "nick": "MyCoolBot", // bot nick
      "password": "Pa$$W0rd!", // bot password
      "channels": [
        "#MyCoolBot" // array of channels to join
      ],
      "chanConfig": { // chanConfig is an object with properties for each channel. You can also define a "global" property.
        "#MyCoolBot": {
          "commandDelimiters": [
            "\\",
            "."
          ],
          "users": {
            "adminuser@irc.mywebsite.com": [
              "AKP48.owner"
            ]
          },
          "alert": true // tells AKP48 that alerts should be sent to this channel.
        }
      }
    }
  }
]

Issues

If you come across any issues, you can report them on this GitHub repo here.

About

Provides AKP48Squared with the ability to connect to IRC servers.

Resources

Stars

Watchers

Forks

Packages

No packages published