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.
S
Salk

Operator

Post by Salk »

yes.

Paste this line in your config file :

set init-server {
putserv "oper <opernick> <operpass>"
}
t
tainted
Master
Posts: 239
Joined: Sun May 12, 2002 8:00 pm
Location: chicago
Contact:

Post by tainted »

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.
Almost every bot nowadays claims it's bx. ;P
S
Salk

eh ?

Post by Salk »

explain bx ?
t
tainted
Master
Posts: 239
Joined: Sun May 12, 2002 8:00 pm
Location: chicago
Contact:

Post by tainted »

Sorry, bx is short for BitchX, a widely used *nix irc client. There are also windows ports available. http://www.bitchx.org is their site, but at this time it appears to be down for some reason.
S
Salk

aaaaaaaaaah *click*

Post by Salk »

Yeah i thought so. Thx
User avatar
Yourname
Master
Posts: 358
Joined: Mon Sep 24, 2001 8:00 pm
Location: Toronto

Post by Yourname »

Why wud you need to get a separate o:line for your eggdrop bot when it can use your o:line, supplying your nick, pass? :-?
Dormant egghead.
P
Phooka

Post by Phooka »

uhh no
Paste this line in your config file :

set init-server {
putserv "oper <opernick> <operpass>"
}
its PUTQUICK
thx[/quote]
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

putquick, puthelp, putserv.

They all do the same. Some of the commands just queue differantly.

Another option is this

Code: Select all

set temp "oper opnick oppass"
putdccraw $temp [string length $temp]
That will send it instantly.

Note: I may have got that command the wrong way around.

If I have, it should be

Code: Select all

putdccraw [string length $temp] $temp
Locked