| View previous topic :: View next topic |
| Author |
Message |
GiOrGoS Voice
Joined: 22 Mar 2009 Posts: 5
|
Posted: Sun Mar 22, 2009 8:08 pm Post subject: !unban |
|
|
Hello i would like to ask for some help.
i have a tcl that with a public command adds a ban to the bots internal banlist.
i want my +B flag users to be able with an !unban command to remove it from internal banlist and from the channel i specify in the !unban syntax.
can anyone help me? |
|
| Back to top |
|
 |
Kein Voice
Joined: 09 Apr 2008 Posts: 21
|
Posted: Mon Mar 23, 2009 8:44 am Post subject: |
|
|
Are you looking for complete script or for help to write your own?
I just don't get it >_> _________________ I'm too lazy for all of this |
|
| Back to top |
|
 |
GiOrGoS Voice
Joined: 22 Mar 2009 Posts: 5
|
Posted: Mon Mar 23, 2009 9:17 am Post subject: !unban |
|
|
| a full script.i have been using eggdrops for years but i cannot seem to be able to write my own tcls |
|
| Back to top |
|
 |
Kein Voice
Joined: 09 Apr 2008 Posts: 21
|
Posted: Mon Mar 23, 2009 10:17 am Post subject: |
|
|
Well.. you can use any "public bot commands" script, just modify bind (flags) for unban. _________________ I'm too lazy for all of this |
|
| Back to top |
|
 |
GiOrGoS Voice
Joined: 22 Mar 2009 Posts: 5
|
Posted: Mon Mar 23, 2009 4:21 pm Post subject: !unban |
|
|
| i tried to but they dont remove bans from internal banlist! |
|
| Back to top |
|
 |
Kein Voice
Joined: 09 Apr 2008 Posts: 21
|
Posted: Tue Mar 24, 2009 12:16 pm Post subject: |
|
|
Hmm... you can try to use CCS by Buster but it doesn't have complete english translation yet. _________________ I'm too lazy for all of this |
|
| Back to top |
|
 |
smash Halfop
Joined: 31 Jul 2006 Posts: 45
|
Posted: Tue Mar 24, 2009 1:11 pm Post subject: |
|
|
| Kein wrote: | | Hmm... you can try to use CCS by Buster but it doesn't have complete english translation yet. |
This project currently has no downloads. _________________ quakenet #fraguk www.fraguk.com
hosting 113 scripts @ this time! |
|
| Back to top |
|
 |
Kein Voice
Joined: 09 Apr 2008 Posts: 21
|
Posted: Tue Mar 24, 2009 1:22 pm Post subject: |
|
|
Use TortoiseSVN to get latest revision or download v1.7.4 from here. _________________ I'm too lazy for all of this |
|
| Back to top |
|
 |
GiOrGoS Voice
Joined: 22 Mar 2009 Posts: 5
|
Posted: Tue Mar 24, 2009 2:31 pm Post subject: !unban |
|
|
wow it is a bit big but will help.
if someone else has a smaller script please paste! |
|
| Back to top |
|
 |
iamdeath Master

Joined: 11 Feb 2005 Posts: 323 Location: *HeLL*
|
Posted: Sat Apr 04, 2009 12:01 am Post subject: |
|
|
| Code: | set unbans "!"
bind pub B|B ${unbans}unban unban
proc unban {nick host hand chan text} {
set target [lindex $text 0]
putserv "MODE $chan -b $target"
killchanban $chan $target
}
|
This will remove internal and channel wide bans.
peace
death. _________________ |AmDeAtH @ Undernet
Death is only the *Beginning*... |
|
| Back to top |
|
 |
|