From 3b12ebffca4f32e44b9e4b9cee4bc0d8f52e91be Mon Sep 17 00:00:00 2001 From: manetta Date: Thu, 6 May 2021 22:25:34 +0200 Subject: [PATCH] updating the README and help text with the new @folder feature :--) --- LogBot/README.md | 4 +++- LogBot/logbot.py | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/LogBot/README.md b/LogBot/README.md index ff794eb..e3bb2b7 100644 --- a/LogBot/README.md +++ b/LogBot/README.md @@ -39,7 +39,9 @@ logbot @delete : Delete posts from the log. For example: @logbot @delete 5 logbot @title : Set the title of your log. -logbot @style : Switch to another stylesheet. For example: logbot @style log. Available stylesheets include: timeline, float, opentab. +logbot @folder : Change the foldername of your log (by default, the roomname of the groupchat is used). Small warning: this changes the URL to your log page. + +logbot @style : Switch to another stylesheet. For example: logbot @style log. Available stylesheets include: timeline (default), float, opentab. logbot @font : Switch to another font. For example: logbot @font font. Available fonts include: polsku, notcouriersans; or select None to switch back to default serif. diff --git a/LogBot/logbot.py b/LogBot/logbot.py index c260fb1..0c50e83 100644 --- a/LogBot/logbot.py +++ b/LogBot/logbot.py @@ -22,7 +22,9 @@ class Logbot(Bot): logbot @title : Set the title of your log. - logbot @style : Switch to another stylesheet. For example: logbot @style log. Available stylesheets include: timeline, float, opentab. + logbot @folder : Change the foldername of your log (by default, the roomname of the groupchat is used). Small warning: this changes the URL to your log page. + + logbot @style : Switch to another stylesheet. For example: logbot @style log. Available stylesheets include: timeline (default), float, opentab. logbot @font : Switch to another font. For example: logbot @font font. Available fonts include: polsku, notcouriersans; or select None to switch back to default serif.