Update old email addresses in user-visible messages.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@206 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2012-06-13 12:34:32 +00:00
parent 46cf14c0da
commit d22a4531d8
4 changed files with 9 additions and 8 deletions

View File

@@ -491,7 +491,7 @@ extern char *sys_siglist[];
putlog(LOG_ALL, "*", "Error logged. %s at (%d) %s", cx_file, cx_line, cx_function?cx_function:empty_string);
#endif
printf("\n\r\n\rIRCII has been terminated by a [%s]\n\r", sys_siglist[unused]);
printf("Please inform panasync (edwards@bitchx.dimension6.com) of this\n\r");
printf("Please email " BUG_EMAIL "\n\r");
printf("with as much detail as possible about what you were doing when it happened.\n\r");
printf("Please include the version of IRCII (%s) and type of system in the report.\n\r", irc_version);
fflush(stdout);