Update weechat configuration: using ZNC

This commit is contained in:
nemunaire 2014-05-01 00:58:50 +02:00
commit 7dd063fff9
6 changed files with 259 additions and 155 deletions

View file

@ -41,7 +41,8 @@ python.country.time_format = "%x %X %Z"
python.screen_away.away_suffix = ""
python.screen_away.command_on_attach = ""
python.screen_away.command_on_detach = ""
python.screen_away.ignore = "rezosup,freenode,worldnet,epiknet"
python.screen_away.ignore = "rezosup,freenode,worldnet,epiknet,quakenet,geeknode"
python.screen_away.ignore_relays = "on"
python.screen_away.interval = "5"
python.screen_away.message = "Detached from screen"
python.screen_away.set_away = "on"
@ -75,6 +76,7 @@ python.screen_away.away_suffix = "What to append to your nick when you're away."
python.screen_away.command_on_attach = "Commands to execute on attach, separated by semicolon"
python.screen_away.command_on_detach = "Commands to execute on detach, separated by semicolon"
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.set_away = "Set user as away."