aboutsummaryrefslogtreecommitdiffstats
path: root/irc_user.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_user.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_user.c')
-rw-r--r--irc_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc_user.c b/irc_user.c
index db6fe531..affea60e 100644
--- a/irc_user.c
+++ b/irc_user.c
@@ -232,7 +232,7 @@ static gboolean root_ctcp( irc_user_t *iu, char * const *ctcp )
if( g_strcasecmp( ctcp[0], "VERSION" ) == 0 )
{
irc_send_msg_f( iu, "NOTICE", iu->irc->user->nick, "\001%s %s\001",
- ctcp[0], "BitlBee " BITLBEE_VERSION " " ARCH "/" CPU );
+ ctcp[0], PACKAGE " " BITLBEE_VERSION " " ARCH "/" CPU );
}
else if( g_strcasecmp( ctcp[0], "PING" ) == 0 )
{