Created Section Zulip (basic) (markdown)

Wim 2018-05-07 21:29:33 +02:00
parent d48467141e
commit b22875e2f0

17
Section-Zulip-(basic).md Normal file

@ -0,0 +1,17 @@
```
[zulip.myzulip]
#Log in to the Zulip server.
#Navigate to Settings () -> Your bots -> Add a new bot.
#Select Generic for bot type, fill out the form and click on Create bot.
#Token is the API key, you've got when creating the bot
Token="Yourtokenhere"
#Login is the Username of the bot you've got when creating the bot
Login="yourbot-bot@yourserver.com"
#The URL of your zulip server
Server="https://yourserver.com"
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
```
![](https://snag.gy/CvlUEH.jpg)