Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days ago
JSON representation
🤖 A helper IRC bot for #thelounge
- Host: GitHub
- URL: https://github.com/thelounge/thelounge-bot
- Owner: thelounge
- License: mit
- Archived: true
- Created: 2016-02-15T05:15:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T18:39:55.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T06:44:57.682Z (7 months ago)
- Topics: bot, irc, irc-bot, irc-framework, node, thelounge
- Language: JavaScript
- Homepage: https://demo.thelounge.chat/
- Size: 367 KB
- Stars: 16
- Watchers: 8
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"],
};
```