This shows you the differences between the selected revision and the current version of the page.
| documentation:all_commands_premium 2013/02/06 00:51 | documentation:all_commands_premium 2013/11/28 12:08 current | ||
|---|---|---|---|
| Line 616: | Line 616: | ||
| ===== homechair [set] ===== | ===== homechair [set] ===== | ||
| Sets the homechair on which the bot will sit by default when autosit is enabled. | Sets the homechair on which the bot will sit by default when autosit is enabled. | ||
| + | |||
| + | |||
| Line 626: | Line 628: | ||
| http://127.0.0.1:8001/abcdefgcf441dc1a3a619a335fee5123?uptime | http://127.0.0.1:8001/abcdefgcf441dc1a3a619a335fee5123?uptime | ||
| [/code] | [/code] | ||
| + | |||
| + | **Important:** \\ | ||
| + | You have to escape some characters to make them work: \\ | ||
| + | Dollar "$" -> %24 \\ | ||
| + | Ampersand "&" -> %26 \\ | ||
| + | Plus "+" -> %2B \\ | ||
| + | Comma "," -> %2C \\ | ||
| + | Slash "/" -> %2F \\ | ||
| + | Colon ":" -> %3A \\ | ||
| + | Semi-colon ";" -> %3B \\ | ||
| + | Equals "=" -> %3D \\ | ||
| + | Question mark "?" -> %3F \\ | ||
| + | At-Symbol "@" -> %40 \\ | ||
| + | Backslash "\" -> %5C \\ | ||
| + | |||
| + | **Hint:** \\ | ||
| + | If you like to use a Newline in your text, please use the following sequence: | ||
| + | %2Fn%2Fr | ||
| ===== hunt [all|land|moneytree|perms|build|prims] ===== | ===== hunt [all|land|moneytree|perms|build|prims] ===== | ||