diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-21 20:34:17 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-21 20:34:17 +0100 |
commit | 180ab31c09a9990a135b78fd6d52de5b093550f2 (patch) | |
tree | 9dbe34973631c6ade89190bfeb78f151a05fa982 /irc_channel.c | |
parent | 5613af716212defcf5ee51f8dc13525f54323382 (diff) |
Added some neat whatsnew code that keeps track of the newest version of
BitlBee used by a user, and if it looks like s/he hasn't used this one
before, show a list of new features that may be interesting.
Since I don't think im.bitlbee.org users will read any changelogs ever,
this is probably not a bad idea. If you hate it, the following command
should get rid of it forever: set last_version 9999999
Diffstat (limited to 'irc_channel.c')
-rw-r--r-- | irc_channel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc_channel.c b/irc_channel.c index 118fef74..80b1cb62 100644 --- a/irc_channel.c +++ b/irc_channel.c @@ -758,6 +758,7 @@ static gboolean control_channel_free( irc_channel_t *ic ) set_del( &ic->set, "fill_by" ); set_del( &ic->set, "group" ); set_del( &ic->set, "protocol" ); + set_del( &ic->set, "show_users" ); g_free( icc ); ic->data = NULL; |