diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-05-02 08:58:22 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-05-02 08:58:22 +0100 |
commit | 18e1f3b157062e2daec877157e4868593e984656 (patch) | |
tree | d5d564cc51df1de09a2957b7564aca94c61725b3 /ipc.c | |
parent | d527913c458a5e4713af18e019ba356dd369cbcc (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 'ipc.c')
-rw-r--r-- | ipc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |