Changeset b39859e


Ignore:
Timestamp:
2015-08-18T03:52:26Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
49f1105
Parents:
86fd261
Message:

irc: Replace NOTICE AUTH before registration with NOTICE *

Because many other ircds do that.

(But actually mostly because @SaberUK said so)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    r86fd261 rb39859e  
    153153        set_eval_charset(set_find(&b->set, "charset"), set_getstr(&b->set, "charset"));
    154154
    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");
    156156        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,
    158158                          "If you read this, you most likely accidentally "
    159159                          "started BitlBee in inetd mode on the command line. "
     
    380380                                                conv = NULL;
    381381                                        } else {
    382                                                 irc_write(irc, ":%s NOTICE AUTH :%s", irc->root->host,
     382                                                irc_write(irc, ":%s NOTICE * :%s", irc->root->host,
    383383                                                          "Warning: invalid characters received at login time.");
    384384
Note: See TracChangeset for help on using the changeset viewer.