mIRC Homepage
Posted By: reece1312 ^ - 27/09/05 04:55 PM
whats does the ^ mean where the userlevel goes?

like

on ^1:TEXT:*:# { blah blah

the ^1 is confusing me
Posted By: Riamus2 Re: ^ - 27/09/05 05:06 PM
/help /haltdef

^ is used when you want to use halt/haltdef.

Example:

This will make all text appear twice (once in the original form, once colored greed).
Code:
on *:text:*:*: {
  echo -a 03 $+ $strip($1-)
}


If you wanted only your green version to be displayed:
Code:
on ^*:text:*:*: {
  haltdef
  echo -a 03 $+ $strip($1-)
}


To see some other prefixes:
/help prefixes
Posted By: SladeKraven Re: ^ - 27/09/05 11:25 PM
This question was also answered here but in a different thread. smile

-Andy
© mIRC Discussion Forums