############################################################################################################# # Troll v2.8 TCL by spithash@Libera # ############################################################################################################# # Gets troll quotes and makes people suff...
I've updated the script. I changed the url and enabled tls, you are now required to install tcl-tls on your server. The script used to bold certain words on its output, I will try to find some time in the next days to fix that as well, but this fix won't have any effect on the script itself, just th...
I found the script, I'm just going to paste it here just in case you guys are still interested in it. I did not test it, I hope it still works :) catch {package require http} namespace eval ::cricketarchive { ###########################################################################################...
So I got this script from the archive, it is really a cool script. I modified it a bit to fit my needs and it works great, but my question is if I can combine the results from all the 3 lines of output to 1 line and split the results if it has to, let's say for example after 440 chars. As I've seen ...