#!/bin/bash

. /usr/share/eole/FonctionsEoleNg
. ParseDico

EchoGras "*** Serveur IRC"

if [ "$activate_ircd" = "oui" ]; then
    TestService IRCD 127.0.0.1:6667
else
    Inactif "IRCD"
fi
echo
exit 0