Modify ↓
Opened at 2013-04-26T13:02:18Z
Closed at 2013-05-25T10:57:56Z
#1050 closed defect (wontfix)
nick_format should support last_name
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | 3.2 |
Keywords: | nick_format | Cc: | |
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
Currently nick_format does not support %last_name. It is useful though when one got multiple contacts with the same first name. The attached patch adds the nick source.
Attachments (1)
Change History (2)
Changed at 2013-04-26T13:02:54Z by
Attachment: | lastname.patch added |
---|
comment:1 Changed at 2013-05-25T10:57:56Z by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The attached patch also completely ignores BitlBee's coding style.
I've considered adding this back then, but don't want to fall for this Americanism of assuming full names only ever consist of two words. You never know exactly where the last name starts.
Admittedly %first_name already has this problem, but at least it was easy to implement.
If someone else shows interest in this, I'd consider merging a cleaned up version of this patch.