Skip to content

leafo/saltw-bot

Repository files navigation

An irc/Twitch bot written in MoonScript using cqueues.

How to run

moonc .
luajit main.lua

In 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.

About

irc/twitch bot written in MoonScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published