]> jfr.im git - irc/quakenet/newserv.git/blob - helpmod2/hcommands.h
Initial Import
[irc/quakenet/newserv.git] / helpmod2 / hcommands.h
1 /* new (and old) H user commands */
2 #ifndef HCOMMANDS_H
3 #define HCOMMANDS_H
4
5 #include "../channel/channel.h"
6
7 #include "huser.h"
8
9 #define H_CMD_MAX_ARGS 6
10
11 void hcommands_add(void);
12
13 void helpmod_command(huser *, channel*, char*);
14
15 #endif