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.

!op !deop TCL

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
M
MadMe200
Voice
Posts: 13
Joined: Sun Dec 30, 2007 10:21 am
Contact:

!op !deop TCL

Post by MadMe200 »

Hi can someone make a Tcl that will

Code: Select all

!owner (+q) !deowner (-q)
!protect (+a) !deprotect (-a)
!op (+o) !deop (-o)
!halfop (+h) !dehalfop (-h)
!voice (+v) !voice (-v)
!kick
!ban
!kb (Kick/Ban)
And also add ppl to the Xop List like this

Code: Select all

Me !set SOP <Nick>
Me !set AOP <Nick>
Me !set HOP <Nick>
Me !set VOP <Nick>
But only the Channel Founder can use those modes

Without all that Nick Flags o|o,m|m,-|- ect because it would take to long for me to add all the nicks in my database instead it checks the Anope Database to see if the Nick has the right Access Levels.

So basicly i would like a Tcl that my Channel Ops & I could use to set Modes instead of doin /msg ChanServ <Mode> all the time.

Code: Select all

Me !op <Nick>
Nick !op <Nick>
Nick !deop <Nick> 
Ect

Any help on this would be great. :oops:
Thank You. :P
User avatar
username
Op
Posts: 196
Joined: Thu Oct 06, 2005 9:20 am
Location: Russian Federation, Podolsk
Contact:

Post by username »

For
!owner (+q) !deowner (-q)
!protect (+a) !deprotect (-a)
!op (+o) !deop (-o)
!halfop (+h) !dehalfop (-h)
!voice (+v) !voice (-v)
!kick
!ban
!kb (Kick/Ban)
you can use this script: http://www.egghelp.org/cgi-bin/tcl_arch ... ad&id=1538
Look at TCL Archive, there are a lot of scripts with such commands.
Архив TCL скриптов для ботов Eggdrop/Windrop:
http://egghelp.ru/
M
MadMe200
Voice
Posts: 13
Joined: Sun Dec 30, 2007 10:21 am
Contact:

Post by MadMe200 »

I have looked and all of em ya have to use user flags
L
Lupo
Voice
Posts: 17
Joined: Sat Dec 20, 2008 7:10 pm

Re: !op !deop TCL

Post by Lupo »

MadMe200 wrote:Hi can someone make a Tcl that will

Code: Select all

!owner (+q) !deowner (-q)
!protect (+a) !deprotect (-a)
!op (+o) !deop (-o)
!halfop (+h) !dehalfop (-h)
!voice (+v) !voice (-v)
!kick
!ban
!kb (Kick/Ban)
And also add ppl to the Xop List like this

Code: Select all

Me !set SOP <Nick>
Me !set AOP <Nick>
Me !set HOP <Nick>
Me !set VOP <Nick>
But only the Channel Founder can use those modes

Without all that Nick Flags o|o,m|m,-|- ect because it would take to long for me to add all the nicks in my database instead it checks the Anope Database to see if the Nick has the right Access Levels.

So basicly i would like a Tcl that my Channel Ops & I could use to set Modes instead of doin /msg ChanServ <Mode> all the time.

Code: Select all

Me !op <Nick>
Nick !op <Nick>
Nick !deop <Nick> 
Ect

Any help on this would be great. :oops:
Thank You. :P
I second this, I would also like to see integration with ChanServ.

I currently use BotServ.TCL but its pretty useless imo.

especially hopcommands, !kick, !ban, !kickban and !tkb would be nice
L
Lupo
Voice
Posts: 17
Joined: Sat Dec 20, 2008 7:10 pm

Post by Lupo »

I've actually started writing this myself... I already have kick, ban, and unban commands for chanops/hops botowners/masters/botops implemented.

Next up is channel admin/owners

to the original poster : these commands are available in bosterv as well (enable fantasy commands)
M
MadMe200
Voice
Posts: 13
Joined: Sun Dec 30, 2007 10:21 am
Contact:

Post by MadMe200 »

Lupo Cool When you have finished your TCL may i have it please. I want it to my other Sops can use it aswell.
L
Lupo
Voice
Posts: 17
Joined: Sat Dec 20, 2008 7:10 pm

Post by Lupo »

I've made some good progress on this, except that in order to use these commands, the bot needs to be owner of the channel (else he cannot write to the lists on the same or above his level)

Since my bots are at aop level, i havent implemented SOP or AOP levels yet.

The current version of my script has support for both anope and atheme, by the way.
Post Reply