diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2013-04-23 11:20:06 -0500 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2013-04-23 11:20:06 -0500 |
commit | c6088915e5628bca1de0e5464f54d9d8915e8984 (patch) | |
tree | 1234862348cd50f35840b1a413c5ba337931946c /irc.h | |
parent | e277e80022e9cad3f7a3dbadbc25a6a2da9bf40d (diff) |
Simple (and possibly still fragile) support for UTF-8 nicknames.
Diffstat (limited to 'irc.h')
-rw-r--r-- | irc.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -61,6 +61,8 @@ typedef enum OPER_HACK_REGISTER = 0x200, OPER_HACK_ACCOUNT_ADD = 0x400, OPER_HACK_ANY = 0x3700, /* To check for them all at once. */ + + IRC_UTF8_NICKS = 0x10000, /* Disable ASCII restrictions on buddy nicks. */ } irc_status_t; struct irc_user; |