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.