notbot 0.6.13

Matrix chatbot, primarily used around the Warsaw Hackerspace channels and spaces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{%- block formatted -%}
worker {{ name }} is
{%- if handle.is_finished() -%}
 stopped
{%- else -%}
 running
{%- endif -%}; help: {{ help }}; status keyword: <code>{{ keyword }}</code>
{%- endblock -%}

{%- block plain -%}
worker {{ name }} is
{%- if handle.is_finished() -%}
 stopped
{%- else -%}
 running
{%- endif -%}; help: {{ help }}; status keyword: {{ keyword }}
{%- endblock -%}