Changeset 8e9e2b7 for irc.c


Ignore:
Timestamp:
2010-10-03T02:45:26Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
04f0c10
Parents:
88de0c9 (diff), 2af3e23 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging mainline, which includes a huge msnp13 merge.

Not 100% sure about the OpenSSL merge, should double check that but I'm
currently offline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    r88de0c9 r8e9e2b7  
    114114        s = set_add( &b->set, "last_version", NULL, NULL, irc );
    115115        s->flags |= SET_HIDDEN;
     116        s->value = g_strdup_printf( "%d", BITLBEE_VERSION_CODE );
    116117        s = set_add( &b->set, "lcnicks", "true", set_eval_bool, irc );
    117118        s = set_add( &b->set, "nick_format", "%-@nick", NULL, irc );
Note: See TracChangeset for help on using the changeset viewer.