mIRC Home    About    Download    Register    News    Help

Print Thread
#160582 28/09/06 12:42 PM
Q
Qwayke2000
Qwayke2000
Q
is it possible change nickname completion? usually when i'm in channel and complete nickname it shows nick, but in x-chat nick completion shows nick :
can mIRC do that????

#160583 28/09/06 01:45 PM
V
vexed
vexed
V
Could try this here

#160584 29/09/06 08:47 AM
Q
Qwayke2000
Qwayke2000
Q
it was good script but the box was stupid

thx.

#160585 29/09/06 07:41 PM
Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
well a small script for mIRC that can complete this (AGAIN this is a small script UNTESTED UNTRIED my own code)

Code:
on *:INPUT:#:{
if ($left($1,1) == /) { return }
elseif ($1 ison #) { 
echo -t $+(:[,$me,]:) $+(15,$1,7:) $2-
.msg # $+(15,$1,7:) $2-
/halt
} 
}


Keep in mind that should another on INPUT event occur it might not halt the text properly.


Link Copied to Clipboard