https://github.com/pboardman/ruby-irc-bot
A simple Ruby IRC bot.
https://github.com/pboardman/ruby-irc-bot
Last synced: about 1 year ago
JSON representation
A simple Ruby IRC bot.
- Host: GitHub
- URL: https://github.com/pboardman/ruby-irc-bot
- Owner: pboardman
- License: mit
- Created: 2015-11-17T04:15:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-06T20:43:48.000Z (over 10 years ago)
- Last Synced: 2025-01-23T18:50:10.553Z (over 1 year ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Ruby IRC bot
This is a simple ruby IRC bot I made to learn ruby. It doesn't do much right now except show help and list all loaded "module" but it can be extended by writing modules for it.
## How to run
Change the ``` server ```, ``` port ```, ``` channel ``` and ``` nick ``` in ``` main.rb ``` then run ``` main.rb ```.