Changeset c608891 for irc.h


Ignore:
Timestamp:
2013-04-23T16:20:06Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
5cb9461
Parents:
e277e80
Message:

Simple (and possibly still fragile) support for UTF-8 nicknames.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    re277e80 rc608891  
    6262        OPER_HACK_ACCOUNT_ADD = 0x400,
    6363        OPER_HACK_ANY = 0x3700, /* To check for them all at once. */
     64       
     65        IRC_UTF8_NICKS = 0x10000, /* Disable ASCII restrictions on buddy nicks. */
    6466} irc_status_t;
    6567
Note: See TracChangeset for help on using the changeset viewer.