summaryrefslogtreecommitdiff
path: root/src/fe-common/core/module-formats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-common/core/module-formats.h')
-rw-r--r--src/fe-common/core/module-formats.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fe-common/core/module-formats.h b/src/fe-common/core/module-formats.h
index 969d9d2f..6e315be9 100644
--- a/src/fe-common/core/module-formats.h
+++ b/src/fe-common/core/module-formats.h
@@ -91,8 +91,9 @@ enum {
IRCTXT_NOT_TOGGLE,
IRCTXT_PERL_ERROR,
IRCTXT_BIND_KEY,
- IRCTXT_BIND_UNKNOWN_ID
-
+ IRCTXT_BIND_UNKNOWN_ID,
+ IRCTXT_CONFIG_SAVED,
+ IRCTXT_CONFIG_RELOADED
};
extern FORMAT_REC fecommon_core_formats[];