mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
/last -clear removes now the "lastlog would print x lines, ... use -force"
complain. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3034 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
7fc3a951cd
commit
1e2cadfa04
@ -179,7 +179,8 @@ static void show_lastlog(const char *searchtext, GHashTable *optlist,
|
||||
|
||||
if (len > MAX_LINES_WITHOUT_FORCE && fhandle == -1 &&
|
||||
g_hash_table_lookup(optlist, "force") == NULL) {
|
||||
printformat_window(active_win, MSGLEVEL_CLIENTNOTICE,
|
||||
printformat_window(active_win,
|
||||
MSGLEVEL_CLIENTNOTICE|MSGLEVEL_LASTLOG,
|
||||
TXT_LASTLOG_TOO_LONG, len);
|
||||
g_list_free(list);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user