File: channel

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 (8 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
#	$eterna: channel,v 1.2 2001/08/12 15:57:10 mrg Exp $
#
# Channel alias, makes channel a part-and-join command.
#
alias channel {
    if (([#]==[$[1]C]) || ([&] == [$[1]C])) {part $C}
    join $*
}