mIRC Home    About    Download    Register    News    Help

Print Thread
#160582 28/09/06 12:42 PM
Joined: Feb 2006
Posts: 4
Q
Self-satisified door
OP Offline
Self-satisified door
Q
Joined: Feb 2006
Posts: 4
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
Joined: Feb 2006
Posts: 164
V
Vogon poet
Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
Could try this here

#160584 29/09/06 08:47 AM
Joined: Feb 2006
Posts: 4
Q
Self-satisified door
OP Offline
Self-satisified door
Q
Joined: Feb 2006
Posts: 4
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.


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }

Link Copied to Clipboard