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.
Old posts that have not been replied to for several years.
S
Salk
Post
by Salk » Sat Jul 06, 2002 2:07 pm
yes.
Paste this line in your config file :
set init-server {
putserv "oper <opernick> <operpass>"
}
tainted
Master
Posts: 239 Joined: Sun May 12, 2002 8:00 pm
Location: chicago
Contact:
Post
by tainted » Sat Jul 06, 2002 3:01 pm
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
Post
by Salk » Sat Jul 06, 2002 3:18 pm
explain bx ?
tainted
Master
Posts: 239 Joined: Sun May 12, 2002 8:00 pm
Location: chicago
Contact:
Post
by tainted » Sat Jul 06, 2002 4:02 pm
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
Post
by Salk » Sat Jul 06, 2002 4:17 pm
Yeah i thought so. Thx
Yourname
Master
Posts: 358 Joined: Mon Sep 24, 2001 8:00 pm
Location: Toronto
Post
by Yourname » Mon Jul 08, 2002 12:18 am
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 » Wed Jul 10, 2002 11:33 am
uhh no
Paste this line in your config file :
set init-server {
putserv "oper <opernick> <operpass>"
}
its PUTQUICK
thx[/quote]
ppslim
Revered One
Posts: 3914 Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England
Post
by ppslim » Wed Jul 10, 2002 11:41 am
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