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.
General support and discussion of Eggdrop bots.
lindy
Voice
Posts: 15 Joined: Fri Oct 10, 2003 7:02 am
Location: uk
Contact:
Post
by lindy » Thu Mar 01, 2007 9:59 pm
can an eggdrop be made to oper on a ircd (oper being operator) if the bot is given oline on that server? if so how do imake it do it? if u was an oper its /oper nick pass but how do i get the bot to do this?
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Fri Mar 02, 2007 12:50 am
Having a bot with an o:line is not really a good idea.
Search the Tcl Archive (or the Forums) for IRCOp scripts.
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
Vexor
Voice
Posts: 18 Joined: Fri Jul 21, 2006 4:22 am
Location: Washington Court House
Contact:
Post
by Vexor » Fri Mar 02, 2007 3:40 pm
As said it's not advisable to have a bot on an oline...
find the following in eggdrop.conf:
proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +i-ws"
}
and add:
proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +i-ws"
putquick "oper login pass"
}
"just the usual suggestion,
RTFM " --demond
fayettemat
Voice
Posts: 27 Joined: Tue Jan 09, 2007 6:10 pm
Post
by fayettemat » Sun Mar 04, 2007 12:25 am
it depends how you build your eggdrop, but yea they have a point if its a standard eggdrop and you dont lock it down and all its a very bad idea to do that