Changeset e21c0f8


Ignore:
Timestamp:
2010-04-11T23:31:43Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
24b8bbb
Parents:
aa44bdd
Message:

Always show root's greeting inside the control channel.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    raa44bdd re21c0f8  
    640640                        irc->last_root_cmd = g_strdup( ROOT_CHAN );
    641641                       
     642                        irc_send_msg( irc->root, "PRIVMSG", ROOT_CHAN,
     643                                      "Welcome to the BitlBee gateway!\n\n"
     644                                      "If you've never used BitlBee before, please do read the help "
     645                                      "information using the \x02help\x02 command. Lots of FAQs are "
     646                                      "answered there.\n"
     647                                      "If you already have an account on this server, just use the "
     648                                      "\x02identify\x02 command to identify yourself.", NULL );
     649                       
    642650                        return 1;
    643651                }
  • irc_send.c

    raa44bdd re21c0f8  
    4848                                CTYPES, CMODES, MAX_NICK_LENGTH - 1 );
    4949        irc_send_motd( irc );
    50        
    51         irc_usermsg( irc, "Welcome to the BitlBee gateway!\n\n"
    52                           "If you've never used BitlBee before, please do read the help "
    53                           "information using the \x02help\x02 command. Lots of FAQs are "
    54                           "answered there.\n"
    55                           "If you already have an account on this server, just use the "
    56                           "\x02identify\x02 command to identify yourself." );
    5750}
    5851
Note: See TracChangeset for help on using the changeset viewer.