home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-09-03 | 1.9 KB | 84 lines | [TEXT/R*ch] |
- # Kent Sorensen 06/06/98 : this file is based on a file included with the
- # standard distribution of ircII
- # This script is intended for use with all installations of ircII.
- # ircII is unlikely to work properly without loading this script
- # from 'global'.
- #
- # by troy & lynx
- #
- # on and bind are not supported
-
- # Standard ircI-like abbreviations
- # No irc client can call itself irc client if its not ircI-compatible!
- #
-
- #KS aliases defined for Snak
- alias F5 say testing function keys
- alias F6 whois url
- alias Finger CTCP $0 FINGER
- alias Version CTCP $0 VERSION
- alias Time CTCP $0 TIME
- alias Userinfo CTCP $0 USERINFO
- alias Clientinfo CTCP $0 CLIENTINFO
- alias Chat DCC CHAT $0-
- alias DQuery DCC CHAT $0-
- alias kb kick $C $0 It's time to kick $0 and chew bubblegum. And I'm all out of bubblegum.
- alias i invite $0 $C
- alias tn mode $C +tn
- #alias l me laughs until $0 comes out of his nose
- alias trout me slaps $0 around with a fresh trout
- alias p me nods at $0 and gives him a small kipper
- alias op mode $C +o $0
- alias ChannelClick query $E
- alias ConsoleClick msg $E $*
- alias m j macintosh,macdev
- assign GENDER M
- alias e {
- me eats $0
- say *BURP*
- }
-
- alias a away
- alias c channel
- alias ch channel
- alias e exit
- alias h help
- #alias i invite
- alias j join
- alias l list
- alias log set log
- #alias m msg
- alias n names
- alias s signoff
- alias t topic
- alias w whois
-
- # Standard ircII aliases..
- #
- alias chop mo +o
- alias unchop mo -o $*
- alias mo mode $C $*
- alias k kick $C
- alias wdetected whois $D
- alias show exec -msg $T
- alias umode mode $N
-
- # DMSG and DQUERY have been replaced. These alii return the
- # commands to the user, although the functionality has been
- # changed slightly.
- #
- alias dmsg msg =$0 $1-
- alias dquery /query =$0
-
- # Reverse text with Ctrl-R
- bind ^r type
-
- # Fix for window output
- #
- window name ircII
- #... level all,-crap
- # set window level all,-crap
-
- # Sent notices should by default not be visible
- on ^send_notice * :
-