I was able to get the eggdrop bot up and everything is fine. However, when I halfop the bot, it immediately bans this one hostmask. Also, one time it -e and -I all the invites and excepts, and then quit. How do I stop it from doing this?
##### FILES AND DIRECTORIES ##### # Specify here the filename your userfile should be saved as. set userfile "LamestBot.user" It is what ever you named it in the directory the bot is running from. What do you mean by that? Is the part you quoted what I delete, or am I suppose to find a fi...
Where can I find the eggdrop.users file? I need to delete it so that I can restart my bot. I checked all over my eggdrop folder and I can't find the file.
I am requesting for a script that displays a message in the channel every x minutes. I am still fairly new on tcl so instructions on loading the script to my bot would be helpful to me.
For number 2, what parts would I edit? I see lines such as "/home/mydir/mybot" and "To check for your bot every 10 minutes, put the following line in your
# crontab:
# 0,10,20,30,40,50 * * * * /home/mydir/mybot/botchk
#"
Okay, here's what I get when I use .rehash [19:59:22] <Tyranitar> Rehashing. [19:59:22] <Tyranitar> [17:59] Writing user file... [19:59:22] <Tyranitar> [17:59] Writing channel file... [19:59:22] <Tyranitar> [17:59] Rehashing ... [19:59:22] <Tyranitar> [17:59] Listening at telnet port 30000 (all). [1...
Okay, I have added my script to the scripts directory. The script is called rr.tcl, so do I open up notepad and add "source scripts/rr.tcl" at the bottom of eggdrop.conf?
Hi, I recently got my eggdrop bot running. After a certain amount of time on the channel, the bot exits out automatically. I was thinking that this is because I haven't installed crontab in. I looked at the crontab guides, several actually, and I don't seem to understand what to do. I was hoping tha...