connect - Connect to a mud
connect host port ?login?
This procedure connects you to a mud running on host at port port. The connection automatically times out after 20 seconds. If the config option "reconnect" is non-zero mmucl will automatically try to reconnect after timeouts. If the login argument is given that login is sent to the mud on connect using writemud. Each instance of mmucl can only have one connection. Start another instance of mmucl if you want to be on more than one mud at the same time.
connect rod.imaginary.com 3000
connect 141.215.69.7 3000 {1;test;passwd}The second example sends "1" followed by "test" and "passwd" on a successful connection.