plus d'exemples

This commit is contained in:
2013-03-10 22:05:59 +01:00
parent b682750325
commit 14892492e2
9 changed files with 707 additions and 0 deletions

View File

@ -0,0 +1,14 @@
#!/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