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.

[request]add channel oppers based on hostmask per channel

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
User avatar
swarfega
Voice
Posts: 25
Joined: Sat Oct 07, 2006 6:40 am

[request]add channel oppers based on hostmask per channel

Post by swarfega »

I have been searching for such a script for a while now and so far have not found anything. Nearest one I found was based on nicknames which could be dangerous.

Basically it needs to be able to add an op to a channel (preferably in partyline rather than public) and the bot keeps track per channel.
User avatar
mavericku
Halfop
Posts: 62
Joined: Sun Jun 12, 2005 11:32 pm
Location: somewhere in the world
Contact:

Post by mavericku »

let me see if i got it right ...

you want to add ops on a specified channel ?

try

Code: Select all

 .+user <user> <host>
 .chattr <user > +oa (a = auto , o = op) #channel 
you don't need a tcl script for that.
mavericku
Post Reply