mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-09 19:33:13 +02:00
Help system recode
This commit is contained in:
@@ -96,6 +96,7 @@ typedef struct _configitem_unknown_ext ConfigItem_unknown_ext;
|
||||
typedef struct _configitem_alias ConfigItem_alias;
|
||||
typedef struct _configitem_alias_format ConfigItem_alias_format;
|
||||
typedef struct _configitem_include ConfigItem_include;
|
||||
typedef struct _configitem_help ConfigItem_help;
|
||||
typedef struct liststruct ListStruct;
|
||||
|
||||
typedef struct Watch aWatch;
|
||||
@@ -1065,6 +1066,13 @@ struct _configitem_include {
|
||||
char *file;
|
||||
};
|
||||
|
||||
struct _configitem_help {
|
||||
ConfigItem *prev, *next;
|
||||
ConfigFlag flag;
|
||||
char *command;
|
||||
aMotd *text;
|
||||
};
|
||||
|
||||
struct _irchook {
|
||||
Hook *prev, *next;
|
||||
ConfigFlag flag;
|
||||
|
||||
Reference in New Issue
Block a user