Changes in irc.c [7320610:5ebff60]
Legend:
- Unmodified
- Added
- Removed
-
irc.c
r7320610 r5ebff60 764 764 irc_rootmsg(irc, 765 765 "Welcome to the BitlBee gateway!\n\n" 766 "Running %s %s\n\n"767 766 "If you've never used BitlBee before, please do read the help " 768 767 "information using the \x02help\x02 command. Lots of FAQs are " 769 768 "answered there.\n" 770 769 "If you already have an account on this server, just use the " 771 "\x02identify\x02 command to identify yourself.", 772 PACKAGE, BITLBEE_VERSION); 770 "\x02identify\x02 command to identify yourself."); 773 771 774 772 /* This is for bug #209 (use PASS to identify to NickServ). */
Note: See TracChangeset
for help on using the changeset viewer.