Changeset 17f057d for protocols


Ignore:
Timestamp:
2011-12-13T00:34:07Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4efa5ce, 6e9ae72, a0a3de6
Parents:
b926d88
Message:

As I intended for a while already, use account tags everywhere instead of
"protocol(handle)". It's guaranteed to be unique and also shorter.

It may suck for people who have multiple accounts and didn't change their
tags, but that'll hopefully remind them to change them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    rb926d88 r17f057d  
    216216        if( a )
    217217                /* FIXME(wilmer): ui_log callback or so */
    218                 irc_rootmsg( ic->bee->ui_data, "%s(%s) - %s", ic->acc->prpl->name, ic->acc->user, text );
     218                irc_rootmsg( ic->bee->ui_data, "%s - %s", ic->acc->tag, text );
    219219        else
    220220                irc_rootmsg( ic->bee->ui_data, "%s - %s", ic->acc->prpl->name, text );
Note: See TracChangeset for help on using the changeset viewer.