formations/modules_EOLE_envole/documents/tronc-commun-2/ircd/160-ircd

15 lines
201 B
Bash
Executable File

#!/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