mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2004
Posts: 237
L
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Aug 2004
Posts: 237
See Subject:

What does the ^ mean in code like:

on ^*:quit: {

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
^ halt the default text if you use "haltdef"

on ^*:TEXT:*:#:{
echo -a < $nick > $1- | haltdef
}

will halt the default text in mirc, just as an example.. then send the text as an echo to you as you want it to look like.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }

Link Copied to Clipboard