Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thelounge/thelounge-bot

🤖 A helper IRC bot for #thelounge
https://github.com/thelounge/thelounge-bot

bot irc irc-bot irc-framework node thelounge

Last synced: about 2 months ago
JSON representation

🤖 A helper IRC bot for #thelounge

Awesome Lists containing this project

README

        

# lounge-bot

A node-js IRC bot for [The Lounge's](https://www.github.com/TheLounge) IRC channel on Libera.Chat.

### Setup and running

```sh
$ yarn
$ yarn test
$ yarn start
```

### Config

Configuration information can be found in the config.json. The default options are below

```js
var config = {
channels: ["#thelounge-test"],
server: "irc.libera.chat",
botName: "lounge-botter",
realName: "TheLounge IRC Bot",
commandPrefix: "!",
ignore: ["Wendy"],
githubUser: "thelounge",
githubRepo: "lounge",
owners: ["xPaw", "astorije", "YaManicKill", "MaxLeiter"],
};
```