Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sidntrivedi012/holmes
IRC bot for any Community IRC Channel built using NodeJS.
https://github.com/sidntrivedi012/holmes
chuck-norris irc-bot javascript nodejs osdc-irc-channel
Last synced: 6 days ago
JSON representation
IRC bot for any Community IRC Channel built using NodeJS.
- Host: GitHub
- URL: https://github.com/sidntrivedi012/holmes
- Owner: sidntrivedi012
- License: mit
- Created: 2018-08-23T22:36:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T16:57:42.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T11:06:06.617Z (7 months ago)
- Topics: chuck-norris, irc-bot, javascript, nodejs, osdc-irc-channel
- Language: JavaScript
- Homepage:
- Size: 293 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Holmes
An IRC bot🤖 made using Node.js for OSDC's IRC Channel _#jiit-lug_ on freenode.
## Setup
- Clone the repository.
- Run `npm install`
- Check and edit the nick of the bot and also the channel to join in the config object of `bot.js`.
- Run `node bot.js`.
- The bot joins the channels and starts executing the inputs provided.## Features
- `!xkcd` - Get a link to random xkcd strip for you."
- `!chuck` - Get a Chuck norris joke.
- `!chuck ` - A Chuck norris joke with main character as the named person.
- `!quote` - Sends an inspirational quote all your way.
- `!settopic` - to set the topic of the channel. [WIP]
- `!kick` - to kick a user from the room.[WIP]* Open to PRs and any cool features anyone can contribute/suggest.😉✨