home *** CD-ROM | disk | FTP | other *** search
- #stop the script making 'noise' when first loading
- set ignore_msgs crap
- # * some of these colours might not change what they are meant to change!!
- # * try and find out :-)
- # * All have defaults, so you dont have to enter them in...
- # * Colours: black,blue,green,cyan,red,magenta,brown,lightgray,darkgray
- # lightblue,lightgreen,lightcyan,lightred,lightmagenta,yellow,
- # white
- # * error_col green (for error msgs)
- # * input_col yellow (input line)
- # * text_col white (normal text)
- # * whois_col yellow (MEANT to be for /whois, but does ALL server replies :-( )
- # * me_col lightred (msgs pertaining to me!)
- # * other_col cyan (non-me info ala mode changes etc)
- # * nick_col lightmagenta (when comeone changes their nick)
- # * notice_col lightgreen (for notices)
- # * server_col lightblue (for SOME server replies..)
- # * action_col lightgray (/me)
- # * prvmsg_col lightcyan (for private /msgs to me)
- # * bg_col blue (background!)
- # * highlight_col lightgreen (highlight colour)
-
- # *** status line colours ***
-
- # * slfill_col magenta
- # * slbg_col cyan
- # * slmode_col white
- # * slchan_col blue
- # * slnick_col green
-
- # * type /set to find out all the cols you can fiddle with
-
- set slnick_col blue
-
- # * only supports some variables in aliases. (none in scripts yet)
- # * eg $C for current channel
- # * $N your nick
- # * $* rest of command line
-
- alias nserv msg nickserv@service.de $*
- alias op1 mode $C +ooo $* $* $*
- alias newc who *newcastle.edu.au
- alias equ msg equinox !$*
- alias snu msg snuggles $*
- alias owl msg owlslave $*
- alias maj msg majiciiv $*
- alias gra msg gravels $*
- alias tun msg tune $*
- alias ec msg ec $*
- alias note msg noteserv@service.de $*
-
- # * change what word you want highlighted in public msgs
- # * defaults to nickname
-
- #set highlight Milo
-
- # * nearest help server
- set help_server help_us
-
- # * ctcp replies
- set ctcp_finger_reply Just a flavoured drink
- #set ctcp_finger_reply Alicia Johnson
- set ctcp_userinfo_reply You want to know MORE??
-
- set beep off
- set mswin on
-
- notify milo tune kam4ikaze ssx fugazi jackness
- notify gravels madoosa ec hugs
-
-
- set ignore_msgs none
- # * 'redraw' updates the screen.
- # * good command to have last, in case you fiddle with screen cols.
- redraw
-