irc/logging: move from gist.github.com

This commit is contained in:
Mikaela Suomalainen 2014-09-24 18:28:18 +03:00
parent e95c5376db
commit 76c9bcfe55
3 changed files with 8 additions and 0 deletions

2
irc/logging/README.md Normal file
View File

@ -0,0 +1,2 @@
Configuration for different IRC clients to make the logs easy to read and
preferably ISO 8601 format.

4
irc/logging/WeeChat.txt Normal file
View File

@ -0,0 +1,4 @@
/set logger.file.auto_log on
/set logger.file.flush_delay 0
/set logger.file.mask $plugin/$name/%Y-%m-%d.weechatlog
/set logger.file.name_lower_case on

2
irc/logging/ZNC.txt Normal file
View File

@ -0,0 +1,2 @@
/znc unloadmod --type=global log
/znc loadmod --type=global log -sanitize $USER/$NETWORK/$WINDOW/%Y-%m-%d.log