aboutsummaryrefslogtreecommitdiffstats
path: root/irc_commands.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2012-05-02 08:58:22 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2012-05-02 08:58:22 +0100
commit18e1f3b157062e2daec877157e4868593e984656 (patch)
treed5d564cc51df1de09a2957b7564aca94c61725b3 /irc_commands.c
parentd527913c458a5e4713af18e019ba356dd369cbcc (diff)
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.
Diffstat (limited to 'irc_commands.c')
-rw-r--r--irc_commands.c4
1 files changed, 2 insertions, 2 deletions
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 )