]> jfr.im git - irc/quakenet/newserv.git/blame - helpmod2/hcommands.h
Possible bufixes
[irc/quakenet/newserv.git] / helpmod2 / hcommands.h
CommitLineData
c86edd1d
Q
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
11void hcommands_add(void);
12
13void helpmod_command(huser *, channel*, char*);
14
15#endif