aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2013-06-16 13:42:39 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2013-06-16 13:42:39 +0100
commit1a2c1c0c413ea1124544cdc9a24a0d2faa5dbb8f (patch)
treed3ae6d42d29b7b226abb017ab5dfb07536d2493b /irc.h
parentab19567e25a35beb23f922303d1f60ed13228356 (diff)
parent5cb946132871ef97fe9eabacafa62f1064d80423 (diff)
Merging utf8-nicks branch. This adds a utf8_nicks setting which removes the
ASCII restriction on contact nicknames. Use at your own risk!
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/irc.h b/irc.h
index 404f5394..866e85c3 100644
--- a/irc.h
+++ b/irc.h
@@ -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;