diff options
author | Timo Sirainen <cras@irssi.org> | 2001-05-17 20:13:59 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-05-17 20:13:59 +0000 |
commit | c2b2d45bd62ce410ba7ca8ac920d340b9ed1a527 (patch) | |
tree | 0d8256390680d8b7c34b9e294d9749e69db195c8 /src/fe-common/irc/module-formats.h | |
parent | fe5c94b050650c8b8f20278ea413fb1cc8d093dc (diff) | |
download | irssi-c2b2d45bd62ce410ba7ca8ac920d340b9ed1a527.zip |
Getting rid of gettext, moved some _(..) texts to themes and left some error
messages hard coded.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1503 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/irc/module-formats.h')
-rw-r--r-- | src/fe-common/irc/module-formats.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fe-common/irc/module-formats.h b/src/fe-common/irc/module-formats.h index fc33dba1..e8ee34ca 100644 --- a/src/fe-common/irc/module-formats.h +++ b/src/fe-common/irc/module-formats.h @@ -130,7 +130,8 @@ enum { IRCTXT_SILENCED, IRCTXT_UNSILENCED, - IRCTXT_SILENCE_LINE + IRCTXT_SILENCE_LINE, + IRCTXT_ASK_OPER_PASS }; extern FORMAT_REC fecommon_irc_formats[]; |