Update command-line help text to explain server descriptions

Makes it clear that a each server can also specify port/password/nick/network if desired.

Reported by Ant.
This commit is contained in:
Kevin Easton
2018-11-14 13:17:48 +11:00
parent 076850f81b
commit e51469568e
2 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
[Changes 1.2.2]
* Update command-line help text to explain server descriptions.
Reported by Ant. (caf)
* Replace last uses of bcopy() with memcpy(). (caf)
* Fix /HISTORY *pattern* and /HISTORY -CLEAR. (caf)