That info is from the channel window in mIRC when somoene types 'general text' within the same channel using a web based front end Chat server.

i want it to disply simply the text 'general text' instead of the font/style code which the web based server is adding to the text.

I know i need something like the code below but that code is incorrect.

Code:
alias sfont { return $regsubex($1-,/S .+/i,1) } 


USE: 

on ^*:TEXT:*:#:{ 
 echo -t $chan [ $nick ] $sfont($1-) 
  haltdef 
}

Last edited by Geordie_No9; 08/10/08 02:49 AM.