by neil1357 » May 31st, 2006, 11:12 pm
[quote="demigraff"][Here's an idea... for people who have messenger/IRC on pretty much constantly, would it be a good idea to create a bot which you send a message to with a list of triggers in, and it sends them back to you at random whenever you're online?][/quote]
I'm not familiar with the IM Accept script, is there anything special needed? Because otherwise it would seem that you just need a file with one command per line, and a program to display a random line from the file. If I'm not mistaken, this can be done in mIRC by using [code:1]/echo $read/\[url=(https?:\/\/[^\s\[]+):$uid\](.*?)\[\/url:$uid\]/i;trigger_file.txt)[/code:1] (I could be wrong, but that's what the help file for my version says.) Or is there something in the hypno-script that makes this trigger more complex than what I think it is?
(Yes, I know that you'll know that *a* trigger is coming, but since each is in effect for a different amount of time, anything you program will have to remember what the last thing triggered was and not give another trigger before that one finishes.)[/code]