mIRC Home    About    Download    Register    News    Help

Print Thread
#258651 06/08/16 01:24 PM
Joined: Nov 2005
Posts: 26
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Nov 2005
Posts: 26
I have this script... http://pastebin.com/yCvT5JdX

This script was provided by someone I cannot contact. It works ok but it posts extra stuff and I'm not a mirc script programmer. I need help to edit the sockclose to include ","truncated at the end of the parser. Any help would be greatly appreciated

dutch1918 #258689 12/08/16 01:20 PM
Joined: Nov 2005
Posts: 26
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Nov 2005
Posts: 26
Was finally able to find some help.. For those that might be interested add the following line after line 137

var %pat /^(.*?)(?:","[^\s"]+".*)?$/ | if (","truncated" isin %tweet) { %tweet = $regsubex(noise,%tweet,%pat,\1) }


Link Copied to Clipboard