Hi,
the chat box is removed after every reboot. If that is the concern, then you can disable this behavior with changing the entry in /opt/piratebox/conf/piratebox.conf
to, using this command line..
best regards
Matthias
the chat box is removed after every reboot. If that is the concern, then you can disable this behavior with changing the entry in /opt/piratebox/conf/piratebox.conf
RESET_CHAT="yes"
to, using this command line..
sudo sed -i -e 's|RESET_CHAT="yes"|RESET_CHAT="no"|' \ /opt/piratebox/conf/piratebox.conf
best regards
Matthias