aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2016-12-11 13:44:33 -0600
committerMatt Rude <[email protected]>2016-12-11 13:44:33 -0600
commit8abfd486b02b1e992783c3874ed338a5420b1f2a (patch)
tree8b1965e7908d88f7623e540a5ba7ef58e3153a7b
parent1bcef4c9d7ac44e210524e900e7388bf3f2dc450 (diff)
downloadxmpp-site-builder-8abfd486b02b1e992783c3874ed338a5420b1f2a.tar.gz
xmpp-site-builder-8abfd486b02b1e992783c3874ed338a5420b1f2a.tar.bz2
xmpp-site-builder-8abfd486b02b1e992783c3874ed338a5420b1f2a.zip
Added help/hal-robot
-rw-r--r--_includes/menu.html3
-rw-r--r--help/hal-robot.md19
-rw-r--r--help/help.md1
3 files changed, 22 insertions, 1 deletions
diff --git a/_includes/menu.html b/_includes/menu.html
index edaf2b1..a46e99b 100644
--- a/_includes/menu.html
+++ b/_includes/menu.html
@@ -16,5 +16,6 @@
<a href="{{ site.url }}/help/definitions/">Definitions</a> |
<a href="{{ site.url }}/help/generic-configuration/">Generic Configuration</a> | {% if site.xmpp-conference-url and site.xep-0045 == 1 %}
<a href="{{ site.url }}/help/using-conferences/">Conferences</a> | {% endif %}
- <a href="{{ site.url }}/help/web-presence/">Web Presence</a>
+ <a href="{{ site.url }}/help/web-presence/">Web Presence</a> |
+ <a href="{{ site.url }}/help/hal-robot/">HAL Bot</a>
</div>{% endif %}
diff --git a/help/hal-robot.md b/help/hal-robot.md
new file mode 100644
index 0000000..acd1e8c
--- /dev/null
+++ b/help/hal-robot.md
@@ -0,0 +1,19 @@
+---
+layout: default
+title: The HAL Robot User Guide
+permalink: /help/hal-robot/
+---
+
+Some conference rooms, on this server, have a robot logged into them to help the users in the room with common tasks.
+
+## List of Commands
+
+* **ping** - This command sends a ping (a small packet to check latency) between the HAL bot and your client. This will let you know how fast or slow the connection is between your client and the server.
+* **slap** - Sends a message (in the 3rd person) to the room saying that the user who sent the message, slapped the user the message was going to.
+* **tell** - This very use full command stores a message, then sends it to the room after the user it was sent to comes back on line.
+* **version** - Displays the current version of the HAL bot.
+* **xkcd** - This just a fun little command to display a link for the current [xkcd](http://xkcd.com/) comic or if you specify an ID number, HAL will look up and provide you with the URL for that specific comic.
+
+## About HAL
+
+HAL is free software licensed under the [BSD](http://code.matthewwild.co.uk/riddim/file/feafc98e8c78/COPYING) license, written by Matthew Wild. More information can be found at [code.matthewwild.co.uk](http://code.matthewwild.co.uk/riddim) & [www.thiessen.im](http://www.thiessen.im/2010/10/riddim-a-neat-little-xmpp-bot-written-in-lua/).
diff --git a/help/help.md b/help/help.md
index f13fc6d..6311f1a 100644
--- a/help/help.md
+++ b/help/help.md
@@ -11,3 +11,4 @@ permalink: /help/
* [Generic Configuration]({{ site.url }}/help/generic-configuration/){% if site.xmpp-conference-url and site.xep-0045 == 1 %}
* [Using Conferences]({{ site.url }}/help/using-conferences/){% endif %}
* [Using Web Presence]({{ site.url }}/help/web-presence/)
+* [Using HAL Bot]({{ site.url }}/help/hal-robot/)