# Program: Tclnet (Tcl telnet) # Author: Jonathan A. Booth # E-mail: kamikaze@N0$PAMimsa.edu # Web: http://www.N0$PAMimsa.edu/~kamikaze # (remove N0$PAM from hostnames) # Date: March 24, 1998 # # Description: After years of using TinyFugue and likeing it, I ended up # wanting some features that TF didn't have. So I started writing my own # client in Tcl to give me those features. # # Major features of Tclnet as a client: # * Supports TF-style worlds # * Supports MUSHcode syntax hilighting (PennMUSH command set) # * Supports pattern-matching-hilighting independant of syntax hilighting # * Supports configuration window and auto-saving of options # * Supports download-and-execute TCL/TK scripts (careful!) # # This code copyright 1998 Jonathan A. Booth (kamikaze@N0$PAMimsa.edu). # # This code is not free, I do require you send me an e-mail letting me # know that you're using my code (mostly to update you in case of # changes/bug fixes, but also just out of curiosity about who uses my # code). # # This code may not be redistributed without the author's prior # permission. # # No warrenty is given or implied with this code, use it at your own # risk. The author may provide support for this code at his discression # but is not obligated to.