Changeset 537d9b9 for irc.h


Ignore:
Timestamp:
2016-11-20T08:40:36Z (7 years ago)
Author:
dequis <dx@…>
Children:
3f44e43
Parents:
ba52ac5 (diff), 9f03c47 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge master up to commit '9f03c47' into parson

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    rba52ac5 r537d9b9  
    2929#define IRC_MAX_LINE 512
    3030#define IRC_MAX_ARGS 16
     31#define IRC_WORD_WRAP 425
    3132
    3233#define IRC_LOGIN_TIMEOUT 60
     
    9293                           logging in, this may contain a password we should
    9394                           send to identify after USER/NICK are received. */
     95        char *auth_backend;
    9496
    9597        char umode[8];
Note: See TracChangeset for help on using the changeset viewer.