https://github.com/leafo/saltw-bot
irc/twitch bot written in MoonScript
https://github.com/leafo/saltw-bot
Last synced: 3 months ago
JSON representation
irc/twitch bot written in MoonScript
- Host: GitHub
- URL: https://github.com/leafo/saltw-bot
- Owner: leafo
- Created: 2010-12-01T13:52:59.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T01:44:15.000Z (over 5 years ago)
- Last Synced: 2025-01-04T17:30:06.080Z (5 months ago)
- Language: MoonScript
- Homepage:
- Size: 167 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
An irc/Twitch bot written in MoonScript using [cqueues](https://github.com/wahern/cqueues).
[](https://www.twitch.tv/moonscript)
# How to run
moonc .
luajit main.luaIn order to have the bot identify with server create a file
called `config.lua` and make it return a table with password field:return {
password = "my-password"
}Other settings can also be optionally set in `config.lua`. See the top of
`irc.moon` to see what can be overwritten.