Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. menu channel {
  2. .$iif($group(#coltxt).status iswm on, Auto-color is on, Auto-Color is off)
  3. ..Turn auto-color off:disable #coltxt
  4. ..Turn auto-color on:enable #coltxt
  5. }
  6.  
  7. #coltxt off
  8. on *:input:*:{
  9. if ($left($1,1) == /) || ($left($1,1) == !) { goto last }
  10. msg $active PUT COLOR CODE HERE $+ $1-
  11. halt
  12. :last
  13. }
  14. #coltxt end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement