From 18e1f3b157062e2daec877157e4868593e984656 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Wed, 2 May 2012 08:58:22 +0100 Subject: Set PACKAGE to BitlBee-LIBPURPLE for the libpurple variant, because in many ways it's not BitlBee and I'm tired of getting libpurple-related bug reports. --- irc_send.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'irc_send.c') diff --git a/irc_send.c b/irc_send.c index 7739f798..ba9678bb 100644 --- a/irc_send.c +++ b/irc_send.c @@ -39,8 +39,9 @@ void irc_send_num( irc_t *irc, int code, char *format, ... ) void irc_send_login( irc_t *irc ) { - irc_send_num( irc, 1, ":Welcome to the BitlBee gateway, %s", irc->user->nick ); - irc_send_num( irc, 2, ":Host %s is running BitlBee " BITLBEE_VERSION " " ARCH "/" CPU ".", irc->root->host ); + irc_send_num( irc, 1, ":Welcome to the %s gateway, %s", PACKAGE, irc->user->nick ); + irc_send_num( irc, 2, ":Host %s is running %s %s %s/%s.", irc->root->host, + PACKAGE, BITLBEE_VERSION, ARCH, CPU ); irc_send_num( irc, 3, ":%s", IRCD_INFO ); irc_send_num( irc, 4, "%s %s %s %s", irc->root->host, BITLBEE_VERSION, UMODES UMODES_PRIV, CMODES ); irc_send_num( irc, 5, "PREFIX=(ohv)@%%+ CHANTYPES=%s CHANMODES=,,,%s NICKLEN=%d CHANNELLEN=%d " -- cgit v1.2.3