I know I can PM the Bot and say Dedicate (nickname) Then I can make the bot say Current song requested by (nickname) Thank you
What I want to be able to do is PM the bot with Request (nick1) (nick2) and get the bot to say Current song was requested by (nick1) and goes out to (nick2) or similar
I have tried and failed several time, any help much appreciated
Tanks
TV without pictures is just radio - Peter Griffin.
There is no automatic way to make AutoDJ say it, but you can use a custom trigger to do it.
ie. !reqded=PRIVMSG #channel :Current song was requested by $1 and goes out to $2
You can also contact me via email or instant messenger, links are at the bottom of this post.
Is there any way I can get the bot to react to a word without a trigger?
i.e I create a lever 4 user and, as soon as the lever 4 user says a word, the bot will react to it?
I read that you can make all the commands level access only, is this as simple as :
4/!hi=NOTICE %nick :Hello %nick, I'm %me ??
Thanks
TV without pictures is just radio - Peter Griffin.
There are no user levels anymore since IRCBot v5, you just have user flags. The ircbot.text entry is just like the level system but you enter a user flag instead of a number:
Example: !listeners=m/PRIVMSG %chan :Current listener count: %clients
The user would have to have the +m flag to use the command. Roughly +m would be the old level 1, +o = level 2, +d = level 3/4 DJ
You can use any of the User Flags http://wiki.shoutirc.com/index.php/User_Flags or letters that aren't in use (I'd use the capital letters A-F since I'll use those last so they won't conflict with any other plugins or anything.)
You can also contact me via email or instant messenger, links are at the bottom of this post.