plus d'exemples
This commit is contained in:
14
modules_EOLE_envole/documents/tronc-commun-2/ircd/160-ircd
Executable file
14
modules_EOLE_envole/documents/tronc-commun-2/ircd/160-ircd
Executable 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
|
Reference in New Issue
Block a user