summaryrefslogtreecommitdiff
path: root/src/fe-common/core/module-formats.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-04-28 08:07:42 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-04-28 08:07:42 +0000
commita5a66264de2f56c5b1ba00e0228eae61f70d5689 (patch)
tree981b0663ff753f754cd0204b742ea12bff0d5e56 /src/fe-common/core/module-formats.h
parent9cbf26d5199bdd1f3bd29fb27f181af4b94de02e (diff)
downloadirssi-a5a66264de2f56c5b1ba00e0228eae61f70d5689.zip
Perl working again, better than ever (unless there's bugs :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@191 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/core/module-formats.h')
-rw-r--r--src/fe-common/core/module-formats.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fe-common/core/module-formats.h b/src/fe-common/core/module-formats.h
index cce8d48b..6730f413 100644
--- a/src/fe-common/core/module-formats.h
+++ b/src/fe-common/core/module-formats.h
@@ -55,7 +55,8 @@ enum {
IRCTXT_FILL_6,
- IRCTXT_NOT_TOGGLE
+ IRCTXT_NOT_TOGGLE,
+ IRCTXT_PERL_ERROR
};
extern FORMAT_REC fecommon_core_formats[];