1# $EPIC: mudirc,v 1.3 2001/11/28 09:13:10 anders Exp $
2Synopsis:
3   load mudirc
4
5Description:
6   This script is a generic MUD interface for ircII-EPIC.  Basically, it
7   opens a new client window and starts a telnet session with the MUD site.
8   Two commands are provided:
9
10     Command                       Description                            
11     /mud [<key>]                  displays current defined MUDs if no key
12                                   | is given, or connects to the MUD with
13                                   | the corresponding key
14     /newmud <key> <host> <port>   defines a new MUD
15
16See Also:
17   load(5); nemesis(8)
18
19Other Notes:
20   This script was written by Jeremy Nelson (hop), jnelson@acronet.net.  It
21   was largely derived from the NEMESIS script.
22
23