/usr/share/ircII/script/ircIIhelp is in ircii 20151120-1+b1.
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 | # $eterna: ircIIhelp,v 1.2 2001/08/12 15:57:11 mrg Exp $
#
# The setup used by the ircIIhelp robot.
# You might want to start an ircIIhelp if there is none online.
#
# This has been superceded by a C version which is much more
# compact than an ircII client.
#
on ^msg * help $1-
on ^help * notice $, $1-
set help_window off
set help_pager off
|