/usr/share/ircII/script/extensions 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 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # $eterna: extensions,v 1.3 2002/10/12 12:41:43 mrg Exp $
#
#
# This file contains extensions to IRCII which needn't be
# coded into the C source.
#
# The new usermode, written as users want to know about it
alias umode mode $N
# DMSG and DQUERY have been replaced. These alii return the
# commands to the user, although the functionality has been
# changed slightly.
alias dmsg msg =$0 $1-
alias dquery /query =$0
# this script is neet!
load newaway
# random fun stuff
alias goob say /goob
|