/usr/share/ircII/script/oper 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 13 14 15 16 17 18 | # $eterna: oper,v 1.2 2001/08/12 15:57:11 mrg Exp $
#
# Especially for you.. operators of IRC..
#
# Don't type the port number
alias stick connect $0 6667 $1-
#
# Join THE operator channels..
alias joinzone join #Twilight_Zone
alias partzone part #Twilight_Zone
alias joineuop join #EU-Opers
alias parteuop part #EU-Opers
alias joinusop join #US-Opers
alias partusop part #US-Opers
alias joinozop join #OZ-Opers
alias partozop part #OZ-Opers
#
# lynx92
|