This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message.
Old posts that have not been replied to for several years.
w
wabz
Post
by wabz » Tue Nov 04, 2003 4:12 pm
hey i'm a bit of a n00b with eggdrops but here goes firstly
How do i set the bot to accept commands from me in a channel like !op or .op <user> ?
Second question how do i add tcl scripts to the bot or if i have to compile it with them how do i do that
To be honest all i managed to do upto now is get the bot into my channel and recognise me as the owner
Many thanks in advance for your help
masskilla
Op
Posts: 172 Joined: Wed Oct 03, 2001 8:00 pm
Location: Croatia
Post
by masskilla » Tue Nov 04, 2003 4:16 pm
First question: use a script
Second question: look at the bottom of your conf file, you don't compile scripts, you just load them. You compile modules.
MaSsKilla
#eggdrop
Undernet
firepac
Voice
Posts: 31 Joined: Wed Jun 18, 2003 5:41 am
Location: Queensland, Australia
Post
by firepac » Wed Nov 05, 2003 5:48 am
Find the script(s) you want to run. Upload them to your bots shell, typically in to the scripts directory.
Next, at the end of the bot's .conf file you will find something that looks like this:-
source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/compat.tcl
source scripts/storm.tcl
source scripts/AntiHack.tcl
source scripts/anti-socks.tcl
add your script(s) here, save the .conf file and .rehash the bot.