Changeset 5bb4477


Ignore:
Timestamp:
2018-03-26T03:34:39Z (6 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
e1e5bd6
Parents:
296a6fb
Message:

Improve the wording of the message when starting with inetd accidentally

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    r296a6fb r5bb4477  
    129129                irc_write(irc, ":%s NOTICE * :%s", irc->root->host,
    130130                          "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.");
    134136        }
    135137
Note: See TracChangeset for help on using the changeset viewer.