mIRC Home    About    Download    Register    News    Help

Print Thread
#233616 28/08/11 08:44 AM
Joined: Mar 2007
Posts: 41
E
Ameglian cow
OP Offline
Ameglian cow
E
Joined: Mar 2007
Posts: 41
Code:
on *:input:*:{
if ($left($1-,1) != /) {
if ($left($1-,1) != !) {
set %len $len($1-)
}
if ($1 ison $chan) { msg $active 4 $+ $left($1-,1)) $+ 14 $+ $mid($1-,2,$calc($len($0-) - 2)) $+ 4 $+ $right($1-,1) | haltdef }
else { msg $active 4 $+ $left($1-,1)) $+ 14 $+ $mid($1-,2,$calc($len($0-) - 2)) $+ 4 $+ $right($1-,1) | haltdef }
}
}
}



now it appears like

(20:08:14PM) <Ripper> 4h14ello peopl4e


i want it like this

(20:13:00PM) <Ripper> 4h12el14lo peo12pl4e

EvilHeart #233631 29/08/11 11:59 PM
Joined: Mar 2007
Posts: 41
E
Ameglian cow
OP Offline
Ameglian cow
E
Joined: Mar 2007
Posts: 41
soo nobody help?

EvilHeart #233632 30/08/11 03:15 AM
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
Please be patient. Bumping your thread is considered rude. Forums are not "real time" communication mediums, answers can sometimes take days. If you are really strapped for time, consider joining one of the mIRC support channels on IRC (check your local network for an #mirc, or use www.searchirc.com to find one).


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"

Link Copied to Clipboard