Weechat update to v1.1

This commit is contained in:
nemunaire 2015-01-14 11:57:24 +01:00
commit 3ac7a7504b
18 changed files with 766 additions and 27 deletions

View file

@ -1,5 +1,5 @@
#
# plugins.conf -- weechat v0.4.3
# plugins.conf -- weechat v1.1
#
[var]
@ -47,6 +47,7 @@ python.screen_away.ignore_relays = "on"
python.screen_away.interval = "5"
python.screen_away.message = "Detached from screen"
python.screen_away.set_away = "on"
python.screen_away.time_format = "since %Y-%m-%d %H:%M:%S%z"
python.title.short_name = "on"
python.title.title_priority = "2"
@ -79,5 +80,6 @@ python.screen_away.command_on_detach = "Commands to execute on detach, separated
python.screen_away.ignore = "Comma-separated list of servers to ignore."
python.screen_away.ignore_relays = "Only check screen status and ignore relay interfaces"
python.screen_away.interval = "How often in seconds to check screen status"
python.screen_away.message = "Away mesage"
python.screen_away.message = "Away message"
python.screen_away.set_away = "Set user as away."
python.screen_away.time_format = "time format append to away message"