#!/bin/bash

set -e

curl -s http://localhost:8000/metrics | grep -q '^irc_connected 1'
