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.

Script to identify to the bot and get ops in webchat.

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
h
h44i
Voice
Posts: 12
Joined: Tue Feb 28, 2006 6:39 pm

Script to identify to the bot and get ops in webchat.

Post by h44i »

Hi!

I'm owner of a bot and searching for a script so that I can identify to the bot when I'm at work using a webchat applet like the java ones or CGI:IRC (i use cgi:irc most). This to get ops.

Webchats dont support DCC chats so is there some kind of other way to identify and get ops? I cannot use hostnames, the hostname is the same for the whole company on irc. It should work with a password or something.

thnx in advance
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

eggdrop already uses passwords
i believe there is an 'ident' command you need to enable, check your eggdrop.conf
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Comment out the following:

Code: Select all

unbind msg - ident *msg:ident
Command is:

Code: Select all

/msg botnick ident <password> [handle]
... this lets the bot recognise you from a new address.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
h
h44i
Voice
Posts: 12
Joined: Tue Feb 28, 2006 6:39 pm

Post by h44i »

works :D

but i do not want it to remember me.... when i rejoin it gives ops again
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

You asked for a way to get ops. You got it! :P
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
dusk
Halfop
Posts: 91
Joined: Sun Mar 06, 2005 7:25 pm
Location: Belgium

Post by dusk »

Disable your auto-op-flag then...

Code: Select all

.chattr handle -a
and gain your @ with the message command

Code: Select all

/Msg yourbot OP <password> [channel]
GRTZ
User avatar
ayie
Voice
Posts: 38
Joined: Thu Feb 20, 2003 3:13 am

Post by ayie »

how to make my bot identify at webchat ??

i use

Code: Select all

putquick "/nick user pass"
but my bot still using unreg nick.
Ay|e
Very Idiot Person In This World
http://www.labtek.biz/v2/
Post Reply