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. --- ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipc.c') diff --git a/ipc.c b/ipc.c index 26102d46..fa23d987 100644 --- a/ipc.c +++ b/ipc.c @@ -989,7 +989,7 @@ int ipc_master_load_state( char *statefile ) } ipc_to_children_str( "HELLO\r\n" ); - ipc_to_children_str( "OPERMSG :New BitlBee master process started (version " BITLBEE_VERSION ")\r\n" ); + ipc_to_children_str( "OPERMSG :New %s master process started (version %s)\r\n", PACKAGE, BITLBEE_VERSION ); fclose( fp ); return 1; -- cgit v1.2.3