|
Omega Security Services 0.7.3
|
Go to the source code of this file.
Defines | |
| #define | MAXPARA 15 |
Functions | |
| int | psr_init () |
| void | psr_HandleEvent (Socket *, int) |
| void | HandleClientCmds (User *u, int ac, char **av) |
| static void | HandlePrivMsg (User *, int, char **) |
| static int | break_params (int, char **, const char **, int, int) |
Variables | |
| char | source [32] |
| char | command [32] |
| char | target [33] |
| static int break_params | ( | int | , |
| char ** | , | ||
| const char ** | , | ||
| int | , | ||
| int | |||
| ) | [inline, static] |
| void HandleClientCmds | ( | User * | u, |
| int | ac, | ||
| char ** | av | ||
| ) |
Definition at line 329 of file cmds.c.
References alog(), CfgSettings, CmdErr(), do_cmd(), ExpandParv(), find_user(), generictoken(), LOG_ERROR, Conf::operonly, sendto_logchan(), and sendto_one().
Referenced by psr_init().
| 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 38 of file parser.c.
References AddUserCmd(), and HandleClientCmds().
Referenced by Run().