Hi, I am a novice to php, but I am pretty sure this would be a simple fix.
But my guild loved the bot....but they hate the spam. More specifically...
I want to cut out the LOGON and LOGOFF messages for people./tell Botname !set Logon Enable Off
I want to cut out the message "You have not set your craft yet, please blah blah blah."/tell Botname !set Logon_notifies Enabled Off
I want to cut out the news message.as above
Pretty much, Under no circumstance do I want the bot to say anything in guild chat, or in tells to people unless asked for. Could someone give me a breakdown how to accomplish a spam free bot?
Those commands will disable the things you want
OR
you can Also Disable the modules from Loading (requires Restart)
/tell Botname !modules d Logon.php Modules
or rename /modules/Logon.php to _Logon.php
/tell Leetboss !modules d News.php Modules
or rename /modules/News.php to _News.php
craftclasses cant be disabled ingame
so rename /modules/aoc/craftclasses.php to _craftclasses.php
also a Note
/tell Botname !set Logon_notifies Enabled Off is used by alot for sending messages when u logon, changing this setting will probably disable more than you listed