11 lines
197 B
Bash
Executable File
11 lines
197 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ $(CreoleGet activer_ircd) = "oui" ];then
|
|
. /usr/lib/eole/diagnose.sh
|
|
EchoGras "*** Serveur IRCD"
|
|
TestService IRCD 127.0.0.1:$(CreoleGet ircd_port)
|
|
echo
|
|
fi
|
|
|
|
exit 0
|