updating the README and help text with the new @folder feature :--)
This commit is contained in:
parent
ab5319768c
commit
3b12ebffca
@ -39,7 +39,9 @@ logbot @delete <num>: Delete posts from the log. For example: @logbot @delete 5
|
|||||||
|
|
||||||
logbot @title <string>: Set the title of your log.
|
logbot @title <string>: Set the title of your log.
|
||||||
|
|
||||||
logbot @style <stylesheet>: Switch to another stylesheet. For example: logbot @style log. Available stylesheets include: timeline, float, opentab.
|
logbot @folder <string>: 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 <stylesheet>: Switch to another stylesheet. For example: logbot @style log. Available stylesheets include: timeline (default), float, opentab.
|
||||||
|
|
||||||
logbot @font <font>: Switch to another font. For example: logbot @font font. Available fonts include: polsku, notcouriersans; or select None to switch back to default serif.
|
logbot @font <font>: Switch to another font. For example: logbot @font font. Available fonts include: polsku, notcouriersans; or select None to switch back to default serif.
|
||||||
|
|
||||||
|
@ -22,7 +22,9 @@ class Logbot(Bot):
|
|||||||
|
|
||||||
logbot @title <string>: Set the title of your log.
|
logbot @title <string>: Set the title of your log.
|
||||||
|
|
||||||
logbot @style <stylesheet>: Switch to another stylesheet. For example: logbot @style log. Available stylesheets include: timeline, float, opentab.
|
logbot @folder <string>: 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 <stylesheet>: Switch to another stylesheet. For example: logbot @style log. Available stylesheets include: timeline (default), float, opentab.
|
||||||
|
|
||||||
logbot @font <font>: Switch to another font. For example: logbot @font font. Available fonts include: polsku, notcouriersans; or select None to switch back to default serif.
|
logbot @font <font>: Switch to another font. For example: logbot @font font. Available fonts include: polsku, notcouriersans; or select None to switch back to default serif.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user