home *** CD-ROM | disk | FTP | other *** search
- # Colenum.irc
- # Color control file for ircii
- # By Robert Simmons Jr. (AKA Gnuish)
- # address all questiond for modifications or additions to him
-
-
- bind ^C SELF_INSERT
- set CNTLC_COLORS ON
-
- # hexadecimal values for colors for fore or background
- # 0 Black 8 Dark Grey
- # 1 Blue 9 Light Blue
- # 2 Green A Light Green
- # 3 Cyan B Light Cyan
- # 4 Red C Light red
- # 5 Purple D Light_purple
- # 6 Brown E Yellow
- # 7 Light Grey F White
-
- # public channel messages
- on ^public "*" ^xecho 03<$0>0C $2-
-
- # actions by others
- on ^action * ^xecho 02* $0 $2-
-
- # writing to a channel
- on ^send_public * ^xecho 08> $1-
-
- # messages from others
- on ^msg * ^xecho 07*$0* $1-
-
- # your actions
- on ^send_action * ^xecho 07* $N $1-
-
- # server notices
- on server_notice * ^xecho 07* $0-
-
- #nick specific color combos
- on ^public "Culus" ^xecho 0F<0C$00F>07 $2-
-
- parse_command refresh_screen
-
-