Changeset 2e0eaac for protocols


Ignore:
Timestamp:
2010-07-11T23:14:49Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
09dfb68
Parents:
b1f818b
Message:

First version of the nick_format setting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/account.c

    rb1f818b r2e0eaac  
    5353       
    5454        s = set_add( &a->set, "auto_reconnect", "true", set_eval_bool, a );
     55       
     56        s = set_add( &a->set, "nick_format", NULL, NULL, a );
    5557       
    5658        s = set_add( &a->set, "nick_source", "handle", NULL, a );
Note: See TracChangeset for help on using the changeset viewer.