This is some small but usefull stuff i made to search this forum.
Unpack this in /searchplugins/ in your mozilla directory and you will have a new searchoption in the searchbar. (Even a nice picture made by me in mspaint is included o/)
Add this to your "remote" section in mIRC scripts editor (ALT+R takes you there):
Then use the "/find searcstring" to search and open your default browser with the results of the search.
Or use the "/findsay searchstring" to search and say the link to searchresults in the active channel in mIRC.
Unpack this in /searchplugins/ in your mozilla directory and you will have a new searchoption in the searchbar. (Even a nice picture made by me in mspaint is included o/)
Add this to your "remote" section in mIRC scripts editor (ALT+R takes you there):
;===== Searchscript for Quakeworld forums
alias find {
var %find [ $replace($1-, $chr(32) , + ) ]
run http://quakeworld.nu/forum/search.php?search_keywords= $+ %find
}
;===== Search & tellscript for Quakeworld forums
alias findsay {
var %findsay [ $replace($1-, $chr(32) , + ) ]
say http://quakeworld.nu/forum/search.php?search_keywords= $+ %findsay
}
alias find {
var %find [ $replace($1-, $chr(32) , + ) ]
run http://quakeworld.nu/forum/search.php?search_keywords= $+ %find
}
;===== Search & tellscript for Quakeworld forums
alias findsay {
var %findsay [ $replace($1-, $chr(32) , + ) ]
say http://quakeworld.nu/forum/search.php?search_keywords= $+ %findsay
}
Then use the "/find searcstring" to search and open your default browser with the results of the search.
Or use the "/findsay searchstring" to search and say the link to searchresults in the active channel in mIRC.