Add weechat settings
This commit is contained in:
parent
194e3100bd
commit
138c7bd053
10 changed files with 853 additions and 0 deletions
20
weechat/logger.conf
Normal file
20
weechat/logger.conf
Normal file
|
@ -0,0 +1,20 @@
|
|||
#
|
||||
# logger.conf -- weechat v0.3.7
|
||||
#
|
||||
|
||||
[look]
|
||||
backlog = 20
|
||||
|
||||
[file]
|
||||
auto_log = on
|
||||
flush_delay = 120
|
||||
info_lines = off
|
||||
mask = "$plugin.$name.weechatlog"
|
||||
name_lower_case = on
|
||||
path = "%h/logs/"
|
||||
replacement_char = "_"
|
||||
time_format = "%Y-%m-%d %H:%M:%S"
|
||||
|
||||
[level]
|
||||
|
||||
[mask]
|
Loading…
Add table
Add a link
Reference in a new issue