help system rework, part 1
This commit is contained in:
parent
b37021a45e
commit
9802490cbb
4 changed files with 15 additions and 90 deletions
|
@ -43,5 +43,8 @@ extern void load_help(void);
|
|||
extern void send_user_motd(struct Client *);
|
||||
extern void send_oper_motd(struct Client *);
|
||||
|
||||
struct Dictionary;
|
||||
extern struct Dictionary *help_dict;
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue