Ok, had some updates for my scripts; and there are a couple of things I can't figure out.
First off, I would like to have a command that only responds to a /msg to the bot that will voice users in the channel when they respond with a single * and remember those usernames to remove the voice on another command. I couldn't find a script that would do this. The bot will be opped.
Also, how would I go about echoing out the contents of a file on !trigger? I have a script that will do it, but the message is saved there and I would like others to be able to change the contents of this file with an mirc script. The bot runs on Linux, but mirc will be used to connect to the channels and for the updater script.
set message_msg {
{
This is where it will call the file
}
}
I already have the part where it will NOTICE the user with a message that's already there, but how do I call a file from there?
Also, as a second part, how do I make it so that /msg $botnick newtrigger <new text> will open the same file from above and overwrite the text that is there with <new text>