Search found 362 matches

by Indy
Sun Mar 29, 2015 11:47 pm
Forum: Completed Requests
Topic: Additional Platform
Replies: 1
Views: 15726

Re: Additional Platform

The bot isn't open source, however you can request a Raspbian build.
by Indy
Sat Mar 28, 2015 2:29 pm
Forum: Rejected Requests
Topic: Linking / Relay Request
Replies: 3
Views: 17403

Re: Linking / Relay Request

I guess you didn't visit the wiki :) There is an example on the Lua plugin page at http://wiki.shoutirc.com/index.php/Plugin:Lua

Just change netno in SendPM to the network number you want to send the message to.
by Indy
Thu Mar 26, 2015 10:30 am
Forum: Rejected Requests
Topic: Linking / Relay Request
Replies: 3
Views: 17403

Re: Linking / Relay Request

You could do that if you write your command in Lua script.
by Indy
Wed Nov 26, 2014 10:57 am
Forum: Bot Discussion
Topic: radiobot for mac
Replies: 1
Views: 14458

Re: radiobot for mac

Two things:

1) Nobody was using it (maybe one or two), and
2) Mac OS X is too unstable under VMWare so it was hard to maintain a good dev environment for it.
by Indy
Sun Oct 26, 2014 12:49 pm
Forum: Tips & Tricks
Topic: RadioBot now comes as a chef cookbook
Replies: 1
Views: 20187

Re: RadioBot now comes as a chef cookbook

Looks good, I was looking at the init script and the bot actually has an option to write a PID file (that will work whether the user has the Fork option enabled or not.) Also instead of kill -15 try kill -s SIGINT so it will shut down cleanly instead of just being killed.
by Indy
Fri Oct 24, 2014 11:44 am
Forum: Bot Discussion
Topic: Automated ShoutIRC installed and configuration
Replies: 3
Views: 15897

Re: Automated ShoutIRC installed and configuration

For CLI automation use updater instead of package_manager. You can either:

1) Run './updater -a' to install all of the bot's plugins, or:
2) Write a custom .updater.ini with just the parts you want installed then run ./updater without any options.
by Indy
Thu Oct 23, 2014 12:10 am
Forum: Bot Discussion
Topic: Automated ShoutIRC installed and configuration
Replies: 3
Views: 15897

Re: Automated ShoutIRC installed and configuration

You can use the links from the NS page, they are all the same files: https://www.shoutirc.com/index.php?mod=Downloads
by Indy
Sat Oct 18, 2014 11:19 pm
Forum: Feature Requests
Topic: integrate with SourceFabric Airtime
Replies: 1
Views: 18501

Re: integrate with SourceFabric Airtime

You'd have to test it but their website says it works with icecast-compatible sources (the bot and AutoDJ both support icecast.)
by Indy
Wed Jul 23, 2014 12:27 am
Forum: Completed Requests
Topic: AGC Plugin
Replies: 13
Views: 40068

Re: AGC Plugin

Make sure you set the path to the plugin (if it's in the radiobot folder and not a subfolder use ./dsp_compressor.dll)