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.

oper

General support and discussion of Eggdrop bots.
Post Reply
l
lindy
Voice
Posts: 15
Joined: Fri Oct 10, 2003 7:02 am
Location: uk
Contact:

oper

Post by lindy »

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?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

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
User avatar
Vexor
Voice
Posts: 18
Joined: Fri Jul 21, 2006 4:22 am
Location: Washington Court House
Contact:

Post by Vexor »

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
f
fayettemat
Voice
Posts: 27
Joined: Tue Jan 09, 2007 6:10 pm

Post by fayettemat »

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
Post Reply