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.

AUTO op BOT

Old posts that have not been replied to for several years.
w
wolverine

Post by wolverine »

i can not get the bot to AUTO op itself.

Any ideas
User avatar
DrTongue
Op
Posts: 115
Joined: Sat Jan 26, 2002 8:00 pm
Location: Orlando, Florida
Contact:

Post by DrTongue »

Well, I think a little more information will be needed to help you. Like what network do you use (i.e. Undernet, DALnet, EFnet) and who/what is supposed to OP the bot.
w
wolverine

Post by wolverine »

Running the eggdrop bot on Linux.
And made the bot on Efnet sever.

But when i reboot or so. the bot looses the Op status.
m
masskilla
Op
Posts: 172
Joined: Wed Oct 03, 2001 8:00 pm
Location: Croatia

Post by masskilla »


Well what do you expect? Unless the bot can oper up it has to be oped my someone else. Eggdrop doesn't have any super powers to op himself just like that.


MaSsKilla

#eggdrop
Undernet
n
nitroboost

Post by nitroboost »

efnet has not services, another bot would have to op it on request, or you could manually do it.

_________________
Heavy rotated.

<font size=-1>[ This Message was edited by: nitroboost on 2002-05-09 23:55 ]</font>
V
Vosje

Post by Vosje »

If there are running Channel Servcies, you can use or make an script to let the bot msg the channel services to op the bot :smile:
w
wwwwizard1

How?

Post by wwwwizard1 »

How? Can you paste an example?
d
dotcomUNDERGROUND

taking OP from services

Post by dotcomUNDERGROUND »

there are several scripts and ways to do this.
if u r on DALnet..
add it to ur config..

set init-server {
putserv "MODE $botnick +i-ws"
putserv "PRIVMSG nickserv@services.dal.net :identify nick_pass"
}

it should identify you whenever it first connects 2 the server.
ie. b4 entering chanz... which ll result oping by chanserv

next part is reoping or reidentify stuffs.
there r several scripts available.
u may try Dalnet-1.1.tcl

i personally use this script 2 auto identify and getops.tcl with my own modification.

but if u dont have a botnet i think Dalnet-1.1.tcl ll b best 4 u.
d
deurk

Didn't get the point yet...

Post by deurk »

I'm running eggdrop 1.6.12 on my own irc server... Should be possible to make the bot be an oper by itself, right?

Could somebody help me with that... didn't see the answer yet and didn't manage to find it alone :(

A piece of script would be great :p
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

It would all depend on what IRCD you are running.

Standard IRCD's do not allow IRCops to gain +o status in a channel.

EFnet deos no have any services, and as such, only other channel OP's can give +o to your bot.

You should read the docs over @ www.irchelp.org for more information on the power of channel OP's and IRCops.
d
deurk

Post by deurk »

My ircd is unrealircd...

Cna it help you to help me? :))
d
deurk

Post by deurk »

Ooops, just review my message and saw that waht I meant is:

With an eggdrop 1.6.12 running on my own unrealircd irc server, is it possible to make the bot be OP when started?

(just to avoid that stupid 'op me!')

Thanks.
d
deurk

So nobody knows?

Post by deurk »

Curious...

Anybody running his own eggdrop on his own ircd (locally or not)?
Nobody knowing hot to auto OP a bot with a script or a config file?

Did even try to make a

putserv "/oper nick password" to make the bot ircop, but didn't work...

HELP pliiiiiz!

:cry: :cry: :cry:
P
Photon
Op
Posts: 170
Joined: Wed Aug 28, 2002 8:00 am
Location: Liverpool, England

Post by Photon »

again .. you could benefit from reading www.irchelp.org - or even man ircd! (failing that, some documentation will have come with the package..)

I'm not sure whether unrealircd allows opers to op themselves, but I suspect it may be possible.

First of all the bot needs an O line in the conf file for ircd, and the correct flags setting... that is as far as I can help you for now.

After it is made an oper, the line you mentioned before (with some subtle modifications should do the trick in identifying your bot as an oper... but what you do then to gain ops, I have NO idea)

HTH...

P.
g
gk^
Halfop
Posts: 70
Joined: Sun Jul 28, 2002 6:23 am
Location: Stockholm, Sweden
Contact:

Post by gk^ »

My personal opinion: DO NOT HAVE AN EGGIE AS AN IRCOP!

You will need to use some sort of services to use something like privmsg or something like that ( privmsg nickserv :identify foobar )..

Othervise I think you'll need to send some raw data to the ircd...
Locked