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.

irc operator

Old posts that have not been replied to for several years.
z
zyxep

Post by zyxep »

hi... how can i get so my eggdrops is an ircoperator ? and it not can be deoped an other thing ?
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

you bot a irc op ? ask the ircops of your irc net if they would be so kind to make your bot an irc op :smile:, or start ya own irc net.
s
sneeze

Post by sneeze »

uhm.. LoL?

:grin:
z
zyxep

Post by zyxep »

i'm irc op ther but how can i get so my bot is a irc op ?
s
sneeze

Post by sneeze »

On what network?
A private one?
z
zyxep

Post by zyxep »

nope a new network /server b00st.dk:6667
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

Interesting way to advertise a new net :razz:
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

HMM - most people give answers to the questions they are asked, just like this person did.

As for making the bot an IRC-op.

Look through the config file for the "set init-serv" setting.

You should add the commands that should be sent to make the bot an IRC-op here.
z
zyxep

Post by zyxep »

ok my friend say that to whit initserv and i try to search for that line in my config but no answer i will try whit this :)
z
zyxep

Post by zyxep »

it can't find this line in my config set init-serv
z
zyxep

Post by zyxep »

i have found it in the advernce config but it is this et init-server { putserv "MODE $botnick +i-ws" /oper nick pass } <-- that right ?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

I don't get to look at config files, or the source very often any more, so my precision in not that good, when it comes to names of variables.

Yes, that is the line in question.
S
Salk

Post by Salk »

xyxep,

Look for these lines in your config file ::

# Set here a script to run (if any) when first connecting to a server.
# This is limited to 120 characters.
set init-server {
putserv "oper <opnick> <oppassword>"
}

This will get your bot to oper up on connect although you are mad if you want to do that, as a user can version the bot, see its a bot and operator and attempt to overtake it then you have huge problems.

_________________


<font size=-1>[ This Message was edited by: Salk on 2002-06-26 02:35 ]</font>
S
Salk

Post by Salk »

Failing that, I suggest you get a new DEFAULT config file, and redo your bots config.

:razz:
z
zyxep

Post by zyxep »

right now i use the simple config can i set the line on that ?
Locked