From 5e0235919a2ae6d2a8d1b3c7e803211557521df1 Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 22 Dec 2024 19:55:23 -0800 Subject: [PATCH] Add docs/config.md --- docs/config.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/config.md diff --git a/docs/config.md b/docs/config.md new file mode 100644 index 0000000..4f335fe --- /dev/null +++ b/docs/config.md @@ -0,0 +1,21 @@ +Configure the bot for the channel. Requires the "full" perms. (will be allowed by chanops soon) + + +Use +FLAG to enable a disabled-by-default, and -FLAG vice versa. + + +Available flags: +* multiline - be able to print multiline output (enabled default) +* colonthree - make the bot say ":3" when someone's message starts with ":3" (enabled default) +* links - parse titles of links sent by users (DISABLED default) +* sed - parse sed expressions without the need of $sed command (DISABLED default) +* config - placeholder, do not modify. + +--- + +Syntax: +``` +$config [FLAG] [FLAG] - Apply one or more flags +$config clear - Clear all flags +$config - list all flags in the channel +``` \ No newline at end of file