mIRC Home    About    Download    Register    News    Help

Print Thread
#50230 19/09/03 03:33 AM
Joined: Sep 2003
Posts: 2
S
SiC Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Sep 2003
Posts: 2
Is there any setting in mIRC to change the < > that are around the nicknames in the chatrooms or would I have to use some kind of a script to do it?

#50231 19/09/03 03:48 AM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
Script.

/help halting default text
/help on text
/help on notice

etc


-KingTomato
#50232 19/09/03 03:55 AM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
on ^*:TEXT:*:#: {
echo $chan ( $+ $nick $+ ) $1- | haltdef
}


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#50233 19/09/03 04:20 AM
Joined: Sep 2003
Posts: 2
S
SiC Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Sep 2003
Posts: 2
Is there anyway to do it to my nick too? It works on the others just not my own nick now.

#50234 19/09/03 05:18 AM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
yes.. TEXT is INPUT instead.. smile

and on msg you shurly want to add a dot.. .msg the dot will make the input text hidden for you.. else it would be like:

(nick) text here
<nick> text here

but look how you text look to others, maybe start a clon and look when yo8u type somthing in the channel, i think you have to replace $1- with $2- .. else you will se your nick too..

(nick) nick text here


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#50235 19/09/03 02:01 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
on *:INPUT:#:{
if ($left($1,1) == /) && ($1 != /me) { return $1- }
elseif ($1 == /me) { describe $active $2- }
else { .msg $active $1- | echo $active ( $+ $me $+ ) $1- }
haltdef
}


new username: tidy_trax

Link Copied to Clipboard