11 lines
197 B
Plaintext
11 lines
197 B
Plaintext
|
#!/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
|