mystic/mrc-client/info-v1.sh

9 lines
522 B
Bash
Raw Normal View History

2024-04-20 16:21:26 +02:00
if [ $MRCCLIENT = "Yes" ]; then
2024-04-20 15:59:42 +02:00
echo "" >> ${DBP_INFO}
2024-04-20 16:21:26 +02:00
echo "Multi Relay Chat" >> ${DBP_INFO}
echo "when you are using the mrc then activate the logrotate in the ${MYSTIC_DIR}/dbp.ini file" >> ${DBP_INFO}
echo "and set the wanted retentiontame for the logs" >> ${DBP_INFO}
echo "you will also have to set the cron script in the Mystic Event Editor" >> ${DBP_INFO}
2024-04-20 15:59:42 +02:00
echo "" >> ${DBP_INFO}
echo "==============================================================================================================" >> ${DBP_INFO}
2024-04-20 16:21:26 +02:00
fi