Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnoemoe(1) [debian man page]

GNOEMOE(1)						      General Commands Manual							GNOEMOE(1)

NAME
gnoemoe - a GNOME MOO client SYNOPSIS
gnoemoe [OPTION ...] DESCRIPTION
GnoeMoe is a GNOME/GTK+ MOO client. It's stable and feature rich. Some of the features include ANSI, MCP (the MOO Client Protocol), mul- tiple tabbed worlds, internal editor with syntax checker, external editors, limited ruby scripting and triggers. GnoeMoe aims to integrate in the GNOME desktop environment as well as possible. OPTIONS
-?, --help Show the help message of the application and exit. -d, --debug=DEBUGLEVEL Enable debugging. Specify multiple debug levels with a comma seperated list. Available levels: default, mcp, all. -l, --load=WORLDS Load specified worlds. Specify multiple worlds with a comma separated list. -r, --recover Recover from the previous session (used with GNOME session). --usage Display the brief ussage message of the application and exit. -v, --version Show the version of the application and exit. SEE ALSO
The Gnoemoe website, http://wiki.icecrew.nl/software/GnoeMoe, and the MOO website, http://www.moo.mud.org/, for more information. AUTHOR
Gnoemoe was written by Jesse van den Kieboom <jesse@icecrew.nl>. This manual page was written by Paul van Tilburg <paulvt@debian.org>. User Commands April 2006 GNOEMOE(1)

Check Out this Related 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)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

urgent- position to comma seprated file

Hi, I need code where i can convert a position seperated file to a comma seperated one. suppose the position seperated file has the data like : 11234asdewdlt i need to to convert it into comma seperated file like: 112,34,asde,wdlt. thanks, AJ (3 Replies)
Discussion started by: uni_ajay_r
3 Replies

2. AIX

Best Tivoli site for me ?

At work, I do Tivoli (v4.x) software distribution on AIX (v5.2) machines for clients all over the worlds. I know about IBM's own Tivoli forums but they seam to not be for the things I usualy want to ask. What would be the best place/forum to ask Tivoli questions from an operator and a... (1 Reply)
Discussion started by: Browser_ice
1 Replies

3. Shell Programming and Scripting

[Beginner's questions] Filename Validation & Parsing

Hi !! I'm rather new both to the UNIX and scripting worlds, and I'm learning the ropes of scripting. Having said this, please excuse me if you notice certain basic errors. I'm working on a script that implements .jar and .war files for a WAS environment and I need to perform certain... (4 Replies)
Discussion started by: levaldez
4 Replies

4. Shell Programming and Scripting

How to separate a statement based on some delimiter and store each field in a variable?

Hi, Variable1 = MKT1,MKT2,MKT3,MKT4 Now i want to store each of these value seperated by comma to a array and access each of the values. Also find out number of such values seperated by comma. Variable1 can have any number of values seperated by comma. Thanks :) (3 Replies)
Discussion started by: arghadeep adity
3 Replies