File: commander

package info (click to toggle)
ircii 4.4-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 4,256 kB
  • ctags: 2,797
  • sloc: ansic: 36,743; sh: 907; makefile: 483; lex: 16
file content (40 lines) | stat: -rw-r--r-- 1,265 bytes parent folder | download | duplicates (6)
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
# 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