src/irc_line.h
changeset 18 dedf137b504f
parent 17 5001564ac5fc
child 34 763f65f9df0c
equal deleted inserted replaced
17:5001564ac5fc 18:dedf137b504f
     2 #define IRC_LINE_H
     2 #define IRC_LINE_H
     3 
     3 
     4 #include "error.h"
     4 #include "error.h"
     5 
     5 
     6 /*
     6 /*
     7  * The maximum length of a line, including terminating CRLF
     7  * The maximum length of a line, without terminating CRLF
     8  */
     8  */
     9 #define IRC_LINE_MAX 512
     9 #define IRC_LINE_MAX 510
    10 
    10 
    11 /*
    11 /*
    12  * The maximum number of arguments for a single command
    12  * The maximum number of arguments for a single command
    13  */
    13  */
    14 #define IRC_ARG_MAX 15
    14 #define IRC_ARG_MAX 15