diff options
author | Timo Sirainen <cras@irssi.org> | 2000-08-16 00:48:29 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-08-16 00:48:29 +0000 |
commit | 2e3a056110d37afab8324bb5f272601c4b986054 (patch) | |
tree | 6cf03a79dc041222ac737df4d4ee8be02323f4f5 /src/fe-text | |
parent | 2de5b40ac542f80215a11418c81b75453479e89e (diff) | |
download | irssi-2e3a056110d37afab8324bb5f272601c4b986054.zip |
/LAST - didn't work right.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@612 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text')
-rw-r--r-- | src/fe-text/gui-textwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-text/gui-textwidget.c b/src/fe-text/gui-textwidget.c index 745162aa..ce2b58a5 100644 --- a/src/fe-text/gui-textwidget.c +++ b/src/fe-text/gui-textwidget.c @@ -431,7 +431,7 @@ void gui_textwidget_init(void) command_bind("scrollback goto", NULL, (SIGNAL_FUNC) cmd_scrollback_goto); command_bind("scrollback home", NULL, (SIGNAL_FUNC) cmd_scrollback_home); command_bind("scrollback end", NULL, (SIGNAL_FUNC) cmd_scrollback_end); - command_set_options("lastlog", "new away word regexp"); + command_set_options("lastlog", "!- new away word regexp"); signal_add("away mode changed", (SIGNAL_FUNC) sig_away_changed); } |