quote:
Originally posted by vikke
Neat and simple script, but I think the command should be "/searchscript" or something, as search is generally..
You could also do a script that searches the script area of these forums with [release] in the title!
vikke
The code for the RELEASE search would be similar to the posted code.
code:
if(Message == '/searchscriptrelease') {
new ActiveXObject("WScript.Shell").Run("http://shoutbox.menthix.net/basicsearch.php?do=search&sfrm=1&keywords=release&username=&fid=39&lookin=sbj&sort=t");
}
This is just an example, but it should work.
Also, to change the command from the original code, simply change:
code:
if(/^\/search\s(.+)$/i.test(Message))
the bold part to "/searchscript" or whatever you like.