File: icb

package info (click to toggle)
ircii 20051015-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,996 kB
  • ctags: 3,193
  • sloc: ansic: 44,257; makefile: 1,144; sh: 522; perl: 127; lex: 26
file content (34 lines) | stat: -rw-r--r-- 1,178 bytes parent folder | download | duplicates (3)
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 $*}