Just installed megahal into the eggdrop and i can talk to it in dcc chat with .megahal prefix but I have no idea where or how to use +megahal or +freespeech commands or how to get it to talk in a channel.
Thank You, that worked with the exception of free speech.
Is there some documentation for eggy use of hal?
<antigrav> .chanset #chan +megahal +learnall +freespeech
<bot> Error trying to set +freespeech for #eztv, invalid mode.
Also I'm wondering if there is any way to set it so that 'bot' doesn't have to be addressed directly to speak, also I'm thinking I might like to download a better personality if you have any suggestions.
I have been trying to install megaHAL for ages and never succeeded. When I do .chanset #mychan +megahal or .chanset #mychan +learn all. I get a message that says:
Error trying to set +learnall for #mychan, invalid mode.
Also, I have loaded one of the example TCL scripts (replyall.tcl) and everytime something is sais in the room, the bot states that 'learn' is not a valid command. Any help anyone would have for me would be very much appreciated. I have compiled the bot several times, and I can confirm that the bot has definitely loaded the module as I selected it diring 'make iconfig'.
1. Obtain megahal.mod.2.7.tar.bz2.
2. Place it in ~/eggdrop1.6.x/src/mod/
3. Decompress it: tar zxvf megahal.2.x.tar.gz
4. Go back to your ~/eggdrop1.6.x directory
5. make config
6. make
7. make install
8. Copy the megahal.??? files in src/mod/megahal.mod to your bot's directory
9. Edit you bot's *.conf file and add the line: loadmodule megahal
10. Rehash your bot
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM
Error trying to set +learnall for #mychan, invalid mode.
The above line in the generated error tells me that this module is not being loaded correctly. If the 'loadmodule megahal' entry is definitely in your bots' configuration file then it should be loading.
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM
It's fixed! You were right! Although it said the module loaded, for some reason it did not. I think I am now on my 60th compile, and it seems to work. Neither of those two example scripts seem to allow the bot to work in the channel though, as it only responds in PM when you use it's nick. I am learning TCL so I should be able to make a small piece of code to do the job. Thanks for your help
Hmmm, when I do .chanset #mychan -megahal -freespeak -learnall the bot still talks in the channel. How can I deactivate it without unloading the module?