summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Eskola <fruitiex@gmail.com>2013-08-10 20:18:04 +0300
committerRasmus Eskola <fruitiex@gmail.com>2013-08-10 20:18:04 +0300
commit60450e065a618caa6fcc8315c9fb1ce69f0991d9 (patch)
tree4601c710bf794455d0f61c19f691ea086ff90f8e
parent050f1d65acb1e132a13f90556bcbcb36c8178135 (diff)
fix indent sections in README
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 78daff2..3206a78 100644
--- a/README.md
+++ b/README.md
@@ -27,20 +27,28 @@ Usage
Upon loading the module for the first time, you have to specify a path to your
log files with the LogPath command. (can also be specified by passing the
LogPath as an argument when loading)
+
LogPath /path/to/your/logs/$USER_$NETWORK_$WINDOW_*.log
$USER will be replaced with your ZNC username, $NETWORK with the current
network and $WINDOW with the requested channel/window name.
After the module is loaded and LogPath is set, you can request for logs with:
+
/msg *backlog <window-name> <num-lines>
A handy alias for weechat:
+
/alias bl msg *backlog $channel $1
+
Now you can:
+
/bl 42
+
to request 42 lines from the current window or just:
+
/bl
+
to request the default amount (150) of lines from the current window.
TODO