src/parse.c
changeset 11 a769385a59c6
parent 10 311ea5fa60dd
child 13 d3554afaa768
equal deleted inserted replaced
10:311ea5fa60dd 11:a769385a59c6
    47     "!add", "!replace", "!delete",
    47     "!add", "!replace", "!delete",
    48     "!list", "!search", "!info",
    48     "!list", "!search", "!info",
    49     "!ping", "!on", "!off",
    49     "!ping", "!on", "!off",
    50     "!debug", "!vaccuum", "!logout",
    50     "!debug", "!vaccuum", "!logout",
    51     "!who", "!whois", "!time", "!tell",
    51     "!who", "!whois", "!time", "!tell",
    52     "!op",
    52     "!op", NULL
    53     NULL,
       
    54 };
    53 };
    55 
    54 
    56 char *parse (MSG * message)
    55 char *parse (MSG * message)
    57 {
    56 {
    58     static char msg[513];
    57     static char msg[513];