This file is indexed.

/etc/porkrc is in pork 0.99.8.1-3+b4.

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
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
##
## This file is important. If you delete it, you'll probably have
## trouble running pork.
##

## 
## Bindings for the main input set.
##

bind RETURN input send
bind BACKSPACE input backspace
bind DELETE input delete
bind TAB input focus_next
bind 0x7f input backspace
bind META-^H input clear_prev_word
bind META-0x7f input clear_prev_word
bind META-BACKSPACE input clear_prev_word
bind META-/ input find_next_cmd
bind META-^X win bind_next
bind META-TAB blist toggle

bind ^A input start
bind ^B input prev_word
bind ^E input end
bind ^F input next_word
bind ^H input backspace
bind ^K win close
bind ^L refresh
bind ^T win set timestamp toggle
bind ^U input clear
bind ^X win next
bind ^Y win prev

bind DOWN_ARROW history next
bind UP_ARROW history prev
bind LEFT_ARROW input left
bind RIGHT_ARROW input right

bind HOME scroll start
bind END scroll end
bind PAGE_DOWN scroll page_down
bind PAGE_UP scroll page_up

bind META-1 win swap 1
bind META-2 win swap 2
bind META-3 win swap 3
bind META-4 win swap 4
bind META-5 win swap 5
bind META-6 win swap 6
bind META-7 win swap 7
bind META-8 win swap 8
bind META-9 win swap 9
bind META-0 win swap 10
bind META2-1 win swap 11

bind META-w chat who

##
## Bindings for the buddy input set.
##


bind -buddy META-b blist remove_block
bind -buddy META-B blist add_block
bind -buddy META-P blist add_permit
bind -buddy META-p blist remove_permit
bind -buddy META-W blist warn_anon
bind -buddy META-w blist warn

bind -buddy a blist away
bind -buddy i blist profile
bind -buddy ^L blist refresh

bind -buddy TAB input focus_next
bind -buddy RETURN blist select
bind -buddy PAGE_UP blist page_up
bind -buddy PAGE_DOWN blist page_down
bind -buddy UP_ARROW blist up
bind -buddy DOWN_ARROW blist down
bind -buddy END blist end
bind -buddy HOME blist start

bind -buddy ^X win next
bind -buddy ^Y win prev

##
## Aliases that make things more pleasant.
##

alias window win
alias clear win clear
alias erase win erase
alias close win close
alias ws win swap

alias add buddy add
alias warn buddy warn
alias block buddy block
alias unblock buddy unblock
alias permit buddy permit
alias whois buddy profile
alias seen buddy seen

alias invite chat invite
alias join chat join
alias part chat leave
alias leave chat leave
alias ignore chat ignore
alias unignore chat unignore

alias signon connect
alias signoff disconnect
alias exit quit