Correctly align formatting of /DCC LIST line for /SET DCC_BAR_TYPE 1

With DCC_BAR_TYPE 1 set, the stat line for active DCC file connections was not aligned
correctly with the header (the mm:ss field spilled into the KB/s column.)

This also simplifies things by always generating the inline bar, so the only difference
between the line printed for DCC_BAR_TYPE 0 and 1 is now the format itself.
This commit is contained in:
Kevin Easton
2016-10-25 13:56:56 +11:00
parent 09e53eb6d4
commit d8a53ab045
2 changed files with 30 additions and 35 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2.2]
* Correctly align formatting of /DCC LIST line for /SET DCC_BAR_TYPE 1. (caf)
* Act on channel mode lock as half-op. (caf)
* Fix crash and memory leak in $aliasctl(COMMAND MATCH). (caf)