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:
@@ -322,9 +322,11 @@
|
||||
* Define the name of your ircrc file here.
|
||||
*/
|
||||
#if defined(WINNT) || defined(__EMX__)
|
||||
#define IRCRC_NAME "/irc-rc"
|
||||
#define IRCRC_NAME "irc-rc"
|
||||
#define BITCHXRC_NAME "bx-rc"
|
||||
#else
|
||||
#define IRCRC_NAME "/.ircrc"
|
||||
#define IRCRC_NAME ".ircrc"
|
||||
#define BITCHXRC_NAME ".bitchxrc"
|
||||
#endif
|
||||
|
||||
#define DEFAULT_PING_TYPE 1
|
||||
|
||||
Reference in New Issue
Block a user