/usr/share/ircII/script/icb is in ircii 20060725-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | # $eterna: icb,v 1.10 2003/12/08 01:59:49 mrg Exp $
#
# icb support script
# these should have better outputs.
alias bcount ^icb msg server bcount
alias boot ^icb boot
alias brick ^icb msg server brick
alias cancel ^icb cancel
alias drop ^icb msg server drop
alias echoback ^icb echo
alias exclude ^icb msg server exclude $0-;echo [excluding $0] > $1-
alias group ^icb group
alias hush ^icb msg server hush
alias news ^icb msg server news
alias nosecure ^icb msg server nosecure
#alias notify ...!
alias pass ^icb pass
alias read ^icb msg server read
alias register ^icb msg server p
alias s_help ^icb msg server s_help
alias secure ^icb msg server secure
alias shuttime ^icb msg server shuttime
alias status ^icb status
alias whereis ^icb msg server whereis
alias write ^icb msg server write
# special ones
alias topic if (servertype() == [ICB]) {^icb topic $*}{${K}${K}topic $*}
alias who if (servertype() == [ICB]) {^icb who $*}{${K}${K}who $*}
alias nick if (servertype() == [ICB]) {^icb nick $*}{${K}${K}nick $*}
alias invite if (servertype() == [ICB]) {^icb invite $*}{${K}${K}invite $*}
alias away if (servertype() == [ICB]) {^icb msg server away $*}{${K}${K}away $*}
|