mistergryphon Posted August 14, 2014 Share Posted August 14, 2014 https://github.com/erulabs/mumblebot/ I use cleanvoice.ru for hosting my server, does anyone know how I would add this bot to my server? Quote Link to comment Share on other sites More sharing options...
Administrators kissaki Posted August 14, 2014 Administrators Share Posted August 14, 2014 The README does not really provide information. It’s ruby though, so I’d just try running it.The connect line ishttps://github.com/erulabs/mumblebot/blob/master/bot.rb#L86so I guess you could provide your hostname there, to make it connect to your server. I would try specifying hostname, username and password (if needed), and then run it. Quote Link to comment Share on other sites More sharing options...
mistergryphon Posted August 24, 2014 Author Share Posted August 24, 2014 What's a hostname? Also, I installed Ruby, and when I click on the bot file it just opens then closes immediately. Sorry for this mistake, I'm new at this Quote Link to comment Share on other sites More sharing options...
Administrators kissaki Posted August 25, 2014 Administrators Share Posted August 25, 2014 Hostname is the server address - an IP or domain name, like example.com or 127.0.0.1.https://en.wikipedia.org/wiki/HostnameYou should run the ruby script from console. That way you will at least see what text it prints. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.