diff --git a/core/templates/manage/threshold/irc/network/relays.html b/core/templates/manage/threshold/irc/network/relays.html index 79188e0..067d85c 100644 --- a/core/templates/manage/threshold/irc/network/relays.html +++ b/core/templates/manage/threshold/irc/network/relays.html @@ -7,14 +7,19 @@
id | -registered | -enabled | +reg | +on | nick | ++ + + + | {% for relay in relays %} @@ -36,6 +41,21 @@ + {% else %} + + + + {% endif %} + ++ {{ relay.chans }} + | ++ {{ relay.nick }} + | ++ | -- {{ relay.chans }} - | -- {{ relay.nick }} + | {% endfor %}
---|