625 |
unsigned int parc = 1; |
unsigned int parc = 1; |
626 |
char msg[MSGLENMAX]; /* Temporarily stores IRC msg to pass to handlers */ |
char msg[MSGLENMAX]; /* Temporarily stores IRC msg to pass to handlers */ |
627 |
|
|
628 |
|
struct CommandHash |
629 |
|
{ |
630 |
|
const char *command; |
631 |
|
void (*handler)(char *[], unsigned int, const char *, const char *); |
632 |
|
}; |
633 |
|
|
634 |
/* |
/* |
635 |
* Table should be ordered with most occuring (or priority) |
* Table should be ordered with most occuring (or priority) |
636 |
* commands at the top of the list. |
* commands at the top of the list. |