Changeset e21c0f8
- Timestamp:
- 2010-04-11T23:31:43Z (15 years ago)
- Branches:
- master
- Children:
- 24b8bbb
- Parents:
- aa44bdd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
irc.c
raa44bdd re21c0f8 640 640 irc->last_root_cmd = g_strdup( ROOT_CHAN ); 641 641 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 642 650 return 1; 643 651 } -
irc_send.c
raa44bdd re21c0f8 48 48 CTYPES, CMODES, MAX_NICK_LENGTH - 1 ); 49 49 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." );57 50 } 58 51
Note: See TracChangeset
for help on using the changeset viewer.