mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
Awaylog is printed to screen when you set yourself unaway.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@275 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d2df583801
commit
bf61b699da
4 changed files with 51 additions and 0 deletions
|
|
@ -83,6 +83,8 @@ FORMAT_REC fecommon_core_formats[] = {
|
|||
{ "log_list_footer", "", 0 },
|
||||
{ "windowlog_file", "Window LOGFILE set to $0", 1, { 0 } },
|
||||
{ "windowlog_file_logging", "Can't change window's logfile while log is on", 0 },
|
||||
{ "no_away_msgs", "No new messages in awaylog", 1, { 0 } },
|
||||
{ "away_msgs", "$1 new messages in awaylog:", 2, { 0, 1 } },
|
||||
|
||||
/* ---- */
|
||||
{ NULL, "Misc", 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue