/usr/share/ircII/script/channel 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 | # $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 $*
}
|