home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ircii30.zip / script2 / colenum.irc next >
Text File  |  1996-02-20  |  919b  |  43 lines

  1. # Colenum.irc 
  2. # Color control file for ircii 
  3. # By Robert Simmons Jr. (AKA Gnuish) 
  4. # address all questiond for modifications or additions to him
  5.  
  6.  
  7. bind ^C SELF_INSERT
  8. set CNTLC_COLORS ON
  9.  
  10. # hexadecimal values for colors for fore or background
  11. # 0 Black        8 Dark Grey
  12. # 1 Blue        9 Light Blue
  13. # 2 Green        A Light Green
  14. # 3 Cyan        B Light Cyan
  15. # 4 Red            C Light red
  16. # 5 Purple        D Light_purple
  17. # 6 Brown        E Yellow
  18. # 7 Light Grey        F White
  19.  
  20. # public channel messages 
  21. on ^public "*" ^xecho 03<$0>0C $2-
  22.  
  23. # actions by others 
  24. on ^action * ^xecho 02* $0 $2-
  25.  
  26. # writing to a channel
  27. on ^send_public * ^xecho 08> $1-
  28.  
  29. # messages from others 
  30. on ^msg * ^xecho 07*$0* $1-
  31.  
  32. # your actions 
  33. on ^send_action * ^xecho 07* $N $1-
  34.  
  35. # server notices
  36. on server_notice * ^xecho 07* $0-
  37.  
  38. #nick specific color combos
  39. on ^public "Culus" ^xecho 0F<0C$00F>07 $2-
  40.  
  41. parse_command refresh_screen
  42.  
  43.