Go Back   FlashFXP Forums > ioFTPD Forum > ioFTPD > Scripting > Eggdrop

Eggdrop All eggdrop related questions

Reply
 
Thread Tools Rate Thread
Old 08-17-2005, 10:43 AM   #1
Junior Member
 
Join Date: Aug 2005
Posts: 22
Default !op

I'm have a channel on a server that doesnt have a nickserv. I'm not there all the time, but I want ppl who join the channel, my friends, to have @

How can I program the bot to @ people on my channel, when they type the command: !op ?

I have seen this in a other channel, so it is possible.

thanks
brood is offline   Reply With Quote
Old 08-17-2005, 11:27 AM   #2
Senior Member
FlashFXP Registered User
ioFTPD Scripter
 
Join Date: Jan 2003
Posts: 288
Default

totally insecure

but

bind pub o|o !op pub:op

proc pub:op {nick host hand chan text} {
putserv "MODE $chan +o $nick"
return
}

rehash your bot, then add users and chattr them either with channel or global ops

please keep in mind, that anyone matching a ident@host of an `op` will be able to op
__________________
#iotools #ioftpd (both on efnet)
tuff is offline   Reply With Quote
Old 09-04-2005, 05:08 AM   #3
Junior Member
 
Join Date: Aug 2005
Posts: 22
Default

ok I want to make it more secure.

Is it possible I can add a nick I want to have +v to the bot by a command like !add<nick> and then everytime he joins the channel, the bot gives him +v?

The server i'm on doesn have nickserv :-( and I need something that auto +v the fserve and bots when @ are way

thanks
brood is offline   Reply With Quote
Old 09-04-2005, 04:12 PM   #4
Senior Member
FlashFXP Registered User
ioFTPD Registered User
 
Join Date: Oct 2002
Posts: 500
Default

Just add them to the bot, make them set a password for security, change the flags to include o then they can just pm the bot with "op [password]" to obtain op securely (as long as they use secure passwords).
EwarWoo is offline   Reply With Quote
Old 10-30-2005, 12:42 AM   #5
Senior Member
ioFTPD Foundation User
 
Join Date: Jun 2003
Posts: 221
Default

there's also a script called autovoice.tcl
saves u the work of adding each member to the bot...
If u can't find it let me know...
ChipMunk666 is offline   Reply With Quote
Reply
Create a free account to browse our forums without ads



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -5. The time now is 03:51 PM.