File: channel

package info (click to toggle)
ircii 4.4-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 4,256 kB
  • ctags: 2,797
  • sloc: ansic: 36,743; sh: 907; makefile: 483; lex: 16
file content (6 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
# Channel alias, makes channel a part-and-join command.
#
alias channel {
    if (([#]==[$[1]C]) || ([&] == [$[1]C])) {part $C}
    join $*
}