Changeset 5bb4477
- Timestamp:
- 2018-03-26T03:34:39Z (7 years ago)
- Branches:
- master
- Children:
- e1e5bd6
- Parents:
- 296a6fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc.c
r296a6fb r5bb4477 129 129 irc_write(irc, ":%s NOTICE * :%s", irc->root->host, 130 130 "If you read this, you most likely accidentally " 131 "started BitlBee in inetd mode on the command line. " 132 "You probably want to run it in (Fork)Daemon mode. " 133 "See doc/README for more information."); 131 "started BitlBee in inetd mode on the command line."); 132 irc_write(irc, ":%s NOTICE * :%s", irc->root->host, 133 "You probably want to run it as a system service, " 134 "or use (Fork)Daemon mode with the -F or -D switches. " 135 "See doc/README or 'man bitlbee' for more information."); 134 136 } 135 137
Note: See TracChangeset
for help on using the changeset viewer.