Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mooproxy(1) [debian man page]

MOOPROXY(1)						      General Commands Manual						       MOOPROXY(1)

NAME
mooproxy - a buffering proxy for MOO connections SYNOPSIS
mooproxy [options] DESCRIPTION
mooproxy is a buffering proxy for MOOs (a class of text-based RPGs, descending from MUDs). The MOO client connects to mooproxy, and mooproxy connects to the MOO server. Mooproxy keeps you connected to the MOO server if the client disconnects (voluntarily, because of network problems, because the client crashes, because of a power outage, etc). Mooproxy also provides centralised logging, buffers text when the client isn't connected, and provides context when the client does con- nect. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Show summary of options and exit. -V, --version Show version information and exit. -L, --license Show licensing information and exit. -w, --world worldname Specify the world file to load. -d, --no-daemon Do not daemonize; stay in the foreground instead. -m, --md5crypt Prompt for a string, and create and show an MD5 hash of this string. COPYRIGHT
Mooproxy is copyright (C) 2001-2011 Marcel Moreaux <marcelm@qvdr.net> SEE ALSO
Mooproxy offers online help for all of its commands and settings, accessible using the /help command. More comprehensive information about mooproxy can be found in /usr/share/doc/mooproxy/README. See /usr/share/doc/mooproxy/ExampleConfig for an example configuration file. September 1, 2011 MOOPROXY(1)

Check Out this Related Man Page

kildclient(6)						      KildClient Manual Pages						     kildclient(6)

NAME
kildclient - A powerful MUD client with a built-in Perl interpreter SYNOPSIS
kildclient [options]... [World]... DESCRIPTION
This manual page documents briefly the KildClient program. KildClient is a MUD Client written with the GTK+ windowing toolkit. It supports many common features of other clients, such as triggers, gags, aliases, macros, timers, and much more. But its main feature is the built-in Perl interpreter. You can at any moment execute Perl statements and functions to do things much more powerful than simply sending text the the mud. Perl statements can also be run, for exam- ple, as the action of a trigger, allowing you to do complex things. Some built-in functions of KildClient allow interaction with the world, such as sending commands to it. You can specify the name of one or more saved Worlds in the command line, this/these World(s) will be automatically opened. You can also specify a host name to connect to in the command line. By default, connection in made to port 4000. You can specify a different port by using hostname:port. While not recommended, you can also specify a username and password with the following syntax: username:password@host- name:port. This host specification syntax can be prefixed with telnet:// and end with /, for example telnet://some.mud.com:4444/. If you do not specify any World, you are prompted for the MUD to connect to. You can enter the host and port directly, or you can select from a list of saved MUDs. Once connected, type commands in the separate entry box and press ENTER to send them to the MUD. You can edit the commands before sending, since they only get sent when ENTER is pressed. You can recall previous commands with the arrow keys, or by pressing the button to the right of the command entry box. There are many more features, many options for configuring the program's behaviour. For more details, see the KildClient manual, which is usually installed in the /usr/share/doc/kildclient directory. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the HTML manual. --help Show summary of options. --version Show version of program. -c, --config=DIR Specifies the directory to use to store configuration files and saved worlds, instead of ~/.kildclient. --display=DISPLAY Specifies the X display to use. SEE ALSO
perl(1). The full manual in HTML formats is included with the package. It can generally be found in the /usr/share/doc/kildclient directory. AUTHOR
KildClient was written by Eduardo M Kalinowski <eduardo@kalinowski.com.br>. See http://kildclient.sf.net for the latest information on KildClient. KILDCLIENT
2008-01-29 kildclient(6)
Man Page