Why is my bot displaying strange messages like MSG33A?
This may occur if the language files your bot is using don’t match the version of Eggdrop (e.g. you’re using a language file written for 1.3.23 on a 1.3.27 bot). Typically, new language files will be copied over when you upgrade the bot to a new version, but if you’re getting these errors, you will need to make sure your bot’s language files are up-to-date. Refer to the section on Using Language Files for more information. Another possible cause of this error is if you start Eggdrop from a directory other than the one the bot resides in. This is because Eggdrop looks for language files based on the current directory. Try changing to the bot’s directory (e.g. cd /home/mutant/turtlebot) then launch the bot from there.