Changeset b39859e
- Timestamp:
- 2015-08-18T03:52:26Z (9 years ago)
- Branches:
- master
- Children:
- 49f1105
- Parents:
- 86fd261
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc.c
r86fd261 rb39859e 153 153 set_eval_charset(set_find(&b->set, "charset"), set_getstr(&b->set, "charset")); 154 154 155 irc_write(irc, ":%s NOTICE AUTH:%s", irc->root->host, "BitlBee-IRCd initialized, please go on");155 irc_write(irc, ":%s NOTICE * :%s", irc->root->host, "BitlBee-IRCd initialized, please go on"); 156 156 if (isatty(irc->fd)) { 157 irc_write(irc, ":%s NOTICE AUTH:%s", irc->root->host,157 irc_write(irc, ":%s NOTICE * :%s", irc->root->host, 158 158 "If you read this, you most likely accidentally " 159 159 "started BitlBee in inetd mode on the command line. " … … 380 380 conv = NULL; 381 381 } else { 382 irc_write(irc, ":%s NOTICE AUTH:%s", irc->root->host,382 irc_write(irc, ":%s NOTICE * :%s", irc->root->host, 383 383 "Warning: invalid characters received at login time."); 384 384
Note: See TracChangeset
for help on using the changeset viewer.