/usr/share/ircII/script/commander 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 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | # $eterna: commander,v 1.2 2001/08/12 15:57:10 mrg Exp $
#
# A complete keymap of useful ircII commands
# I couldn't live without it..
# ..and if you would learn to use it..
# ... REALLY use it (never type /query...)
# .. you'd one day ask yourself how you could
# ever irc without it.. :)
#
# lynx91,92,93
bind meta1-^i parse clear
bind meta1-, parse flush
bind meta1-a parse input "Away: " away $$*
bind meta1-c parse names $C
bind meta1-d parse countrywho
bind meta1-e parse input "Exec: " exec $$*
bind meta1-f parse join -i
bind meta1-g parse ^query $D;^set -status_user
bind meta1-h parse localwho
bind meta1-i parse invite $, $C
bind meta1-j parse whois $:
bind meta1-k parse part $C;^window kill
bind meta1-l parse list -min 3 -topic -public
bind meta1-m parse ^query $.;^set -status_user
bind meta1-n parse names -public -min 2
bind meta1-o parse who -o
bind meta1-p parse mode $C +p
bind meta1-q parse ^query;^set -status_user
bind meta1-r parse ^query $,;^set -status_user
bind meta1-s switch_chan
#bind meta1-s parse input "Server: " server $$*
bind meta1-t parse input "Topic: " topic $$*
bind meta1-u parse lusers
bind meta1-w parse if ( [$C] == 0 ) {
echo You haven't joined a channel
} {
who $C
}
bind meta1-x parse whois $,
bind meta1-y parse set scroll toggle
bind meta1-z parse set hold_mode toggle
|