summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Eskola <fruitiex@gmail.com>2013-08-10 19:55:17 +0300
committerRasmus Eskola <fruitiex@gmail.com>2013-08-10 19:55:17 +0300
commitc1036f7ad6c104ea6a6fb3e9ad25d5b14c9ba150 (patch)
tree08691b0095bec03d856221c5c6b5eee2203797ee
parentab8734568bac57133891dff5e06d3b73bb639606 (diff)
escaping not needed in intended blocks
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e90bac4..278f5e3 100644
--- a/README.md
+++ b/README.md
@@ -28,14 +28,14 @@ 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
+ 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\>
+ /msg *backlog <window-name> <num-lines>
Currently the module can only be loaded on a per-network basis.