when i copy & paste something from mozilla firefox webbrowser it shows ugly tabs in the output. Internet explorer doesn't have this. What i want is to replace the tabs with spaces while pasting it. How can i preprocess the input before it is send to a window?
i've seen it before but ofcourse can't find it anymore
on *:input:*:{
if ($istok(chat channel query,$window($active).type,32)) && ((!$istok(/ $readini($mircini,text,commandchar),$left($1,1),32)) || ($ctrlenter)) say $replace($1-,$chr(9),$chr(32))
}