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_commands.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'irc_commands.c') diff --git a/irc_commands.c b/irc_commands.c index 0dbf8ee6..9a46f882 100644 --- a/irc_commands.c +++ b/irc_commands.c @@ -681,8 +681,8 @@ static void irc_cmd_list( irc_t *irc, char **cmd ) static void irc_cmd_version( irc_t *irc, char **cmd ) { - irc_send_num( irc, 351, "bitlbee-%s. %s :%s/%s ", - BITLBEE_VERSION, irc->root->host, ARCH, CPU ); + irc_send_num( irc, 351, "%s-%s. %s :%s/%s ", + PACKAGE, BITLBEE_VERSION, irc->root->host, ARCH, CPU ); } static void irc_cmd_completions( irc_t *irc, char **cmd ) -- cgit v1.2.3