add weechat configuration also stupid script lets symlink
This commit is contained in:
parent
eadd1dec09
commit
a97af6a23c
20 changed files with 1568 additions and 15 deletions
26
weechat/logger.conf
Normal file
26
weechat/logger.conf
Normal file
|
@ -0,0 +1,26 @@
|
|||
#
|
||||
# logger.conf -- weechat v1.0.1
|
||||
#
|
||||
|
||||
[look]
|
||||
backlog = 20
|
||||
|
||||
[color]
|
||||
backlog_end = default
|
||||
backlog_line = default
|
||||
|
||||
[file]
|
||||
auto_log = on
|
||||
flush_delay = 120
|
||||
info_lines = off
|
||||
mask = "$plugin.$name.weechatlog"
|
||||
name_lower_case = on
|
||||
nick_prefix = ""
|
||||
nick_suffix = ""
|
||||
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