1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/net/pmf/files/pmfrc.default.in
Kevin Lo 0f1f4478e5 - Support NOPORTDOCS
- Change location of data files from libdata/ to share/

PR: 20840
Submitted by: Ports Fury
2000-08-25 14:07:35 +00:00

55 lines
1.2 KiB
Plaintext

#
# Default init file for pmf.
# Thomas Padron-McCarhty, padrone@lysator.liu.se, Sept 22 1991
# Remember that all blank lines are sent to Mud, which means that you
# should probably NOT have any blank lines in the init file.
# Silent mode is on while running the init file.
#
#
# First of all, set up some things:
#
/set prompt "pmf %d> "
/set history 40
/set lines_to_save 100
/set cryptkey "Have a Coke and a Smile!"
/unset substitute_history
/unset replace_control
#
# Some very useful aliases:
#
/alias c score
/alias l look
/alias g get all
/alias ec exa corpse
/alias dc drop corpse
/alias sb sell bottle
/alias m missile
/alias k shock
/alias f fireball
/alias gc "get $1 from corpse $2"
/alias gb "get $1 from bag $2"
/alias bdb "buy beer $n drink beer"
/alias h history
#
# This alias lets you run from the church to the pub:
#
/unalias . "perform $1 >"
/alias church-to-pub ". s $n . e $n . e $n . n $n . e"
#
# Some more aliases:
#
/alias /soundon "/source %%PREFIX%%/share/pmf/soundfiles/pmf-sparc-sound"
/alias /soundoff "/unset sound"
#
# Avoid printing some of the more annoying messages:
#
# /gag "Go player says: "
# /gag "Harry says: "
#
# A simple robot action:
#
/action "$1 tells you: $2" "/beep"
/alias /on /set robot
/alias /off /unset robot
/on