tintin

MUD client for playing text-based multiplayer games with scripting.

brewmacoslinux
Try with needOr install directly
Source

About

MUD client

Commands

tttintin

Examples

connect to a mud game server$ tt myserver.com 4000
run a tintin script file$ tt < myscript.tin
open interactive mud client session$ tt
create aliases and triggers for automation$ tt -c 'alias k kill;trigger {%0 enters} {say hello %0}'
execute commands in a mud session$ echo 'say Hello world' | tt