It appears to be due to the use of a newline character on
line 215 of TalkChannel.java:
If a line of talk is too long, it is cut up and added to the
buffer bit by bit. The lines which aren't the last line gain
the newline character, the last one (and if it is a single
line long anyway) doesn't.
The TalkCommands.java file then, when asked to, reads
through the buffer adding newlines after each line. This
leads to the duplication.
Will upload a changed version soon...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1374197
It appears to be due to the use of a newline character on
line 215 of TalkChannel.java:
If a line of talk is too long, it is cut up and added to the
buffer bit by bit. The lines which aren't the last line gain
the newline character, the last one (and if it is a single
line long anyway) doesn't.
The TalkCommands.java file then, when asked to, reads
through the buffer adding newlines after each line. This
leads to the duplication.
Will upload a changed version soon...
Logged In: YES
user_id=1312539
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
Logged In: YES
user_id=1026208
Resolution of bug okay in theory but has not been committed,
status changed from robot closed to open again.