- Timestamp:
- 2015-10-08T08:34:18Z (9 years ago)
- Branches:
- master
- Children:
- c788e15
- Parents:
- 2f73692
- git-author:
- dequis <dx@…> (11-09-15 22:07:10)
- git-committer:
- dequis <dx@…> (08-10-15 08:34:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc.h
r2f73692 r58b63de6 50 50 Currently just blocks irc_vawrite(). */ 51 51 USTATUS_CAP_PENDING = 16, 52 USTATUS_SASL_PLAIN_PENDING = 32, 52 53 53 54 /* Not really status stuff, but other kinds of flags: For slightly … … 67 68 68 69 typedef enum { 70 CAP_SASL = (1 << 0), 69 71 CAP_MULTI_PREFIX = (1 << 1), 70 72 } irc_cap_flag_t;
Note: See TracChangeset
for help on using the changeset viewer.