Python Developers Guide to Xpertmud

Chapter 4. Python Developers Guide to Xpertmud

Table 4.9. Functions

test addTrigger addKeyBinding
addAlias addTimer parse

Table 4.10. Classes

XMWindow

Table 4.11. Modules

XM

Table 4.12. Topics

Looking for files Doing files Scripting

Module: XM

A nice module.
This is it's help

hehe

Table 4.13. Functions

send telnet

send

Synopsis: XMsend( text )

Send a string to the server. Usually there
should be a newline at the end of the string.

Example:
	XM::send("slay evil bear\n")


telnet

Synopsis: XMtelnet( string host, int port )

Open a new connection to a named host on
a specific port. Closes all open connections.

Example:
	XM::telnet("my.little.mud.org", 4242)


KDE Logo