Add BITCHXRC_NAME to config.h

(instead of hardcoding it in irc.c).  Simplify setting of ircrc_file and bircrc_file.

Use IRCRC_NAME and BITCHXRC_NAME in help strings.
This commit is contained in:
Kevin Easton
2017-12-01 23:26:30 +11:00
parent 973ae0e4da
commit 035063abce
3 changed files with 15 additions and 30 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2.2]
* Add BITCHXRC_NAME to config.h. (caf)
* Correctly handle case when a nick comes between a -s flag and a server name
on the command line (reported by gauze). (caf)