my bots
{% if bots.is_empty() %}no bots yet. create one.
| name | nick | network | status | created |
|---|---|---|---|---|
| {{ bot.name }} | {{ bot.nick }} | {{ bot.network_addr }} | {{ bot.status }} | {{ bot.created_at }} |
{% extends "base.html" %} {% block title %}my bots - irc.bot{% endblock %} {% block content %}
no bots yet. create one.
| name | nick | network | status | created |
|---|---|---|---|---|
| {{ bot.name }} | {{ bot.nick }} | {{ bot.network_addr }} | {{ bot.status }} | {{ bot.created_at }} |