From 0bd948edfea280cf9f05e21cd5bef4b7fdf3335c Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 3 Jul 2010 22:16:41 +0100 Subject: Show a user going offline as a QUIT, not as one or more PARTs, like in the old-style BitlBee. This so that the IRC client will show the notification in query windows as well. Make it a setting though, for bug #539. --- irc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'irc.h') diff --git a/irc.h b/irc.h index 4663c5b9..96b05d44 100644 --- a/irc.h +++ b/irc.h @@ -272,6 +272,7 @@ irc_user_t *irc_user_by_name( irc_t *irc, const char *nick ); int irc_user_set_nick( irc_user_t *iu, const char *new ); gint irc_user_cmp( gconstpointer a_, gconstpointer b_ ); const char *irc_user_get_away( irc_user_t *iu ); +void irc_user_quit( irc_user_t *iu, const char *msg ); /* irc_util.c */ char *set_eval_timezone( struct set *set, char *value ); -- cgit v1.2.3