Lilac
Member
Hi! I hope this isn't a tender subject.
I'm trying to convert our clan chatbot from a collection of Perl scripts to Mafia, and preferably run it without the GUI up (i.e. from a terminal, kicked off after rollover by a script). I've got chatbotScript working, and it functions perfectly on a GUI'd Mafia, but on a command line the chat script throws a java.awt.HeadlessException, even with Djava.awt.headless=true. (The "chat" command works fine, but does not correctly cause my script to fire on messages.)
Is this a built-in limitation of Mafia, to prevent unattended chatbot use, or am I missing something?
Thanks.
I'm trying to convert our clan chatbot from a collection of Perl scripts to Mafia, and preferably run it without the GUI up (i.e. from a terminal, kicked off after rollover by a script). I've got chatbotScript working, and it functions perfectly on a GUI'd Mafia, but on a command line the chat script throws a java.awt.HeadlessException, even with Djava.awt.headless=true. (The "chat" command works fine, but does not correctly cause my script to fire on messages.)
Is this a built-in limitation of Mafia, to prevent unattended chatbot use, or am I missing something?
Thanks.