.\" Hey, EMACS: -*- nroff -*- .\" Process with: groff -man -Tascii kildclient.6 .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH kildclient 6 "2008-01-29" "KILDCLIENT" "KildClient Manual Pages" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME kildclient \- A powerful MUD client with a built-in Perl interpreter .SH SYNOPSIS .B kildclient .RI [ options "]... [" World ]... .SH DESCRIPTION This manual page documents briefly the .B KildClient program. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBKildClient\fP 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 example, 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. .PP 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@hostname:port. This host specification syntax can be prefixed with telnet:// and end with /, for example telnet://some.mud.com:4444/. .PP 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. .PP 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 .B /usr/share/doc/kildclient directory. .SH 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. .TP .B \-\-help Show summary of options. .TP .B \-\-version Show version of program. .TP .B \-c, \-\-config=\fIDIR\fB Specifies the directory to use to store configuration files and saved worlds, instead of \fI~/.kildclient\fR. .TP .B \-\-display=DISPLAY Specifies the X display to use. .SH SEE ALSO .BR perl (1). .PP The full manual in HTML formats is included with the package. It can generally be found in the .B /usr/share/doc/kildclient directory. .SH AUTHOR KildClient was written by Eduardo M Kalinowski . .PP See https://www.kildclient.org for the latest information on KildClient.