diff options
author | Timo Sirainen <cras@irssi.org> | 2001-03-03 17:45:35 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-03-03 17:45:35 +0000 |
commit | 95c17bafc46714702092dacdab7d58bb005a158d (patch) | |
tree | ceb38718e072e4f418f2a16c52e5e0e835b3d6b5 /src/fe-text/module-formats.c | |
parent | a47ce2c449575f0c3212779bdfc1e69cab41aab1 (diff) | |
download | irssi-95c17bafc46714702092dacdab7d58bb005a158d.zip |
/LASTLOG: -case option for case-sensitive matches. -force option is now
required to print lastlogs longer than 1000 lines.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1310 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text/module-formats.c')
-rw-r--r-- | src/fe-text/module-formats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-text/module-formats.c b/src/fe-text/module-formats.c index 5bb5bcbe..be3c0eab 100644 --- a/src/fe-text/module-formats.c +++ b/src/fe-text/module-formats.c @@ -25,6 +25,7 @@ FORMAT_REC gui_text_formats[] = { { MODULE_NAME, "Text user interface", 0 }, + { "lastlog_too_long", "/LASTLOG would print $0 lines. If you really want to print all these lines use -force option.", 1, { 1 } }, { "lastlog_start", "{hilight Lastlog}:", 0 }, { "lastlog_end", "{hilight End of Lastlog}", 0 }, |