ramenbot - Love-filled, handcrafted, bad-coded, python irc bot ❤
###TODO
-
Retry when connection fails -
Trigger commands bya msgor time -
Check if server is reachable (if not try to reconnect)
-
Another way to load commands that allow different langs
-
???
###config.json {
"host" : "chat.freenode.net",
"port" : 6697,
"nick" : "ramenbot",
"channels" : ["#sushigirl"],
"prefix" : ".",
"password" : false,
"ssl" : true,
"db" : "~/.ramenbot/ramen.db"
}
###Dependencies
- python3
- sqlite3