Go to the source code of this file.
Defines | |
| #define | MAXPARA 15 |
Functions | |
| int | psr_init () |
| void | psr_HandleEvent (Socket *, int) |
| static void | HandlePrivMsg (User *, int, char **) |
| static int | break_params (int, char **, const char **, int, int) |
| static int | string_to_array (char *string, const char **parv) |
Variables | |
| char | source [32] |
| char | command [32] |
| char | target [33] |
| static int break_params | ( | int | , | |
| char ** | , | |||
| const char ** | , | |||
| int | , | |||
| int | ||||
| ) | [inline, static] |
| static void HandlePrivMsg | ( | User * | , | |
| int | , | |||
| char ** | ||||
| ) | [static] |
| void psr_HandleEvent | ( | Socket * | , | |
| int | ||||
| ) |
| int psr_init | ( | ) |
Hook our socket so we can handle our own socket events
Definition at line 40 of file parser.c.
References AddUserCmd(), and HandleClientCmds().
Referenced by Run().
| static int string_to_array | ( | char * | string, | |
| const char ** | parv | |||
| ) | [inline, static] |
1.6.3