egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

!unban

 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Requests
View previous topic :: View next topic  
Author Message
GiOrGoS
Voice


Joined: 22 Mar 2009
Posts: 5

PostPosted: Sun Mar 22, 2009 8:08 pm    Post subject: !unban Reply with quote

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
View user's profile Send private message
Kein
Voice


Joined: 09 Apr 2008
Posts: 21

PostPosted: Mon Mar 23, 2009 8:44 am    Post subject: Reply with quote

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
View user's profile Send private message
GiOrGoS
Voice


Joined: 22 Mar 2009
Posts: 5

PostPosted: Mon Mar 23, 2009 9:17 am    Post subject: !unban Reply with quote

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
View user's profile Send private message
Kein
Voice


Joined: 09 Apr 2008
Posts: 21

PostPosted: Mon Mar 23, 2009 10:17 am    Post subject: Reply with quote

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
View user's profile Send private message
GiOrGoS
Voice


Joined: 22 Mar 2009
Posts: 5

PostPosted: Mon Mar 23, 2009 4:21 pm    Post subject: !unban Reply with quote

i tried to but they dont remove bans from internal banlist!
Back to top
View user's profile Send private message
Kein
Voice


Joined: 09 Apr 2008
Posts: 21

PostPosted: Tue Mar 24, 2009 12:16 pm    Post subject: Reply with quote

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
View user's profile Send private message
smash
Halfop


Joined: 31 Jul 2006
Posts: 45

PostPosted: Tue Mar 24, 2009 1:11 pm    Post subject: Reply with quote

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
View user's profile Send private message
Kein
Voice


Joined: 09 Apr 2008
Posts: 21

PostPosted: Tue Mar 24, 2009 1:22 pm    Post subject: Reply with quote

Use TortoiseSVN to get latest revision or download v1.7.4 from here.
_________________
I'm too lazy for all of this
Back to top
View user's profile Send private message
GiOrGoS
Voice


Joined: 22 Mar 2009
Posts: 5

PostPosted: Tue Mar 24, 2009 2:31 pm    Post subject: !unban Reply with quote

wow it is a bit big but will help.
if someone else has a smaller script please paste!
Back to top
View user's profile Send private message
iamdeath
Master


Joined: 11 Feb 2005
Posts: 323
Location: *HeLL*

PostPosted: Sat Apr 04, 2009 12:01 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Requests All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber