Ignore:
Timestamp:
2016-12-26T00:20:09Z (7 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
9c7ef22
Parents:
6d212f4
git-author:
dequis <dx@…> (26-12-16 00:13:57)
git-committer:
dequis <dx@…> (26-12-16 00:20:09)
Message:

purple: Call imcb_buddy_nick_change() on a few whitelisted plugins

The whitelist includes hangouts, funyahoo and icq.

These plugins tend to have numeric or meaningless usernames. With this
change, users don't have to do 'ac whatever set nick_format %full_name'
anymore. Just sugar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/purple/bpurple.h

    r6d212f4 r59ccef5  
    66
    77#define PURPLE_REQUEST_HANDLE "purple_request"
     8
     9#define PURPLE_OPT_SHOULD_SET_NICK 1
    810
    911struct purple_data
     
    1517    char *chat_list_server;
    1618    GSList *filetransfers;
     19
     20    int flags;
    1721};
    1822
Note: See TracChangeset for help on using the changeset viewer.