Yogurt-0.4: A MUD client library

Network.Yogurt.Readline

Description

Provides a readline-based command-line interface for connecting to MUDs.

Synopsis

Documentation

connect :: String -> Int -> Mud () -> IO ()Source

connect hostname port program connects to a MUD and executes the specified program on connecting. Input is read from stdin and output is written to stdout.