diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-21 11:56:58 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-21 11:56:58 +0000 |
commit | 5aeb7921fee0a79e49e0b9d0d0bd4bce2c674a90 (patch) | |
tree | f3f3efaa2ce239ee18f65b4bc5aaf4695f0c3ee7 /src/common/weeconfig.h | |
parent | e907b3b7a5dc3ad95741142d7477c3868da78c47 (diff) | |
download | weechat-5aeb7921fee0a79e49e0b9d0d0bd4bce2c674a90.zip |
Added option "irc_show_away_once", to show away message only once in pv
Diffstat (limited to 'src/common/weeconfig.h')
-rw-r--r-- | src/common/weeconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/weeconfig.h b/src/common/weeconfig.h index 23825ad55..7a9c12cc6 100644 --- a/src/common/weeconfig.h +++ b/src/common/weeconfig.h @@ -187,6 +187,7 @@ extern char *cfg_log_timestamp; extern int cfg_log_hide_nickserv_pwd; extern int cfg_irc_display_away; +extern int cfg_irc_show_away_once; extern char *cfg_irc_default_msg_part; extern char *cfg_irc_default_msg_quit; extern int cfg_irc_notice_as_pv; |