cyberDrake - 2005-06-05

Logged In: YES
user_id=1288161

this will fix it... at line 1617 in TSession.tcl user the
following 4 line vs the existing 3.

# we need the last 5Kb of data or so (about 2 full tcpip
packages)
# as a history to search for the MCCP enable sequence.
set CSocketHistoryLength [string length $CSocketHistory$x]
set CSocketHistory [string range $CSocketHistory$x [expr
$CSocketHistoryLength-5000] end]