add note about +B
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2020-05-15 16:30:52 -04:00
parent 20713a8f4e
commit fccc6e3487
2 changed files with 14 additions and 1 deletions

View File

@ -9,6 +9,7 @@ to contribute to the wiki:
* clone the repo to your local machine (or your public_html folder on the tilde.team box for live testing)
```sh
git clone git@tildegit.org:tildeverse/tilde.chat
cd tilde.chat
```
* create a new branch for your page
@ -18,9 +19,18 @@ git checkout -b my-new-page
* if you want to add a new page, copy `template.md` into your new page!
```sh
cp template.md my-new-page.md
cp wiki/template.md wiki/my-new-page.md
```
* test your changes locally
```sh
composer install
php -S localhost:9000
```
this will run your site at http://localhost:9000/
* edit as needed!
* commit your changes and [create a pull request](https://tildegit.org/tildeverse/tilde.chat/pulls) :)

View File

@ -15,6 +15,9 @@ bots should be well behaved and efficient with system resources. if you see a bo
## rules and etiquette for tilde.chat irc bots
please set usermode +B on your bot on connect to identify it as a bot.
this is also documented in [rfc-2](https://rfc.tildeverse.org/rfcs/2#usermode--b).
your bot must respond to !botlist with the following information:
- your system username (as creator/botmaster) - so we can contact you if the bot misbehaves
- one line description of the bot's functionality