| View previous topic :: View next topic |
| Author |
Message |
MadMe200 Voice
Joined: 30 Dec 2007 Posts: 13
|
Posted: Tue Dec 16, 2008 2:37 pm Post subject: !op !deop TCL |
|
|
Hi can someone make a Tcl that will
| Code: | !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: | 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: | Me !op <Nick>
Nick !op <Nick>
Nick !deop <Nick> |
Ect
Any help on this would be great.
Thank You.  |
|
| Back to top |
|
 |
username Op

Joined: 06 Oct 2005 Posts: 196 Location: Russian Federation, Podolsk
|
|
| Back to top |
|
 |
MadMe200 Voice
Joined: 30 Dec 2007 Posts: 13
|
Posted: Wed Dec 17, 2008 3:29 pm Post subject: |
|
|
| I have looked and all of em ya have to use user flags |
|
| Back to top |
|
 |
Lupo Voice
Joined: 20 Dec 2008 Posts: 17
|
Posted: Wed Dec 24, 2008 6:28 pm Post subject: Re: !op !deop TCL |
|
|
| MadMe200 wrote: | Hi can someone make a Tcl that will
| Code: | !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: | 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: | Me !op <Nick>
Nick !op <Nick>
Nick !deop <Nick> |
Ect
Any help on this would be great.
Thank You.  |
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 |
|
| Back to top |
|
 |
Lupo Voice
Joined: 20 Dec 2008 Posts: 17
|
Posted: Fri Dec 26, 2008 11:31 pm Post subject: |
|
|
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) |
|
| Back to top |
|
 |
MadMe200 Voice
Joined: 30 Dec 2007 Posts: 13
|
Posted: Sat Dec 27, 2008 7:36 am Post subject: |
|
|
| Lupo Cool When you have finished your TCL may i have it please. I want it to my other Sops can use it aswell. |
|
| Back to top |
|
 |
Lupo Voice
Joined: 20 Dec 2008 Posts: 17
|
Posted: Mon Dec 29, 2008 2:10 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
|