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.

Search found 13 matches

by calippo
Tue Feb 10, 2009 8:08 pm
Forum: Script Support & Releases
Topic: Problem in banchan3.4.tcl
Replies: 11
Views: 11907

thank u for your help :-)
by calippo
Tue Feb 10, 2009 2:45 am
Forum: Script Support & Releases
Topic: Problem in banchan3.4.tcl
Replies: 11
Views: 11907

The important thing to remenber is that once the script is set up and loaded in to eggdrop. You add, remove and list the "bad" channels from eggdrop's part line. So you dont need to edit them in script everytime you want to ban a channel. # What flagged users are able to utilize the 'ban_...
by calippo
Mon Feb 09, 2009 4:09 pm
Forum: Script Support & Releases
Topic: Problem in banchan3.4.tcl
Replies: 11
Views: 11907

TCL_no_TK wrote:Sure. MC_8's Ban Channel is the one i've used for a long time without any problems. Dont know if its in TCL Archive, but the url above will take u there.
thank you very much could you give me a hand to set up this script i'm not practical to set the script thank you very much
by calippo
Mon Feb 09, 2009 2:08 pm
Forum: Script Support & Releases
Topic: Problem in banchan3.4.tcl
Replies: 11
Views: 11907

I'd contact the writter of the script and ask him to fix it, simple cos thats the polite thing to do in this case. There's a few scripts in TCL Archive http://www.egghelp.org/tclhtml/3478-4-0-0-1-bad-channel.htm you could also try out. I can recommend a good one :P can you recommend a good one plea...
by calippo
Sun Feb 08, 2009 12:13 pm
Forum: Script Support & Releases
Topic: Problem in banchan3.4.tcl
Replies: 11
Views: 11907

You should check the settings # Words of channels that will be banned, seperated by a space. If you put set badchans "badc list" # the channels that would # be banned are #badchan #chanbadc #listchan #chanthatlists etc ...... set badchans "#abbassa_il-perizoma_e-dammela:*tis*" M...
by calippo
Sun Feb 08, 2009 6:30 am
Forum: Script Support & Releases
Topic: Problem in banchan3.4.tcl
Replies: 11
Views: 11907

Problem in banchan3.4.tcl

hello everyone I have a problem; this tcl not recognize the channels like this: "#abbassa_il-perizoma_e-dammela:*tis*" thanks for any help ##################################################### # BanChan 3.4 TCL # # This script is based on ChanBan, but it is not really a new version of it. ...
by calippo
Sat Jan 24, 2009 5:54 am
Forum: Script Support & Releases
Topic: autovoicelist problem
Replies: 2
Views: 3591

This script has a nasty habit of using the special token 'args' within procedure headers invoked by binds. But, they use the part below to work around it. set acmd [lindex $args 0] set inick [lindex $acmd 0] set ichan [lrange $acmd 1 end] They use an intermediate variable 'acmd' to return the 'args...
by calippo
Fri Jan 23, 2009 5:54 pm
Forum: Script Support & Releases
Topic: Help me please irco.voicecontrol.tcl
Replies: 10
Views: 9095

As I already explained, !voice <target> is a toggle command If <target> is already voiced, then the command will devoice <target> If <target> is not already voiced, then the command will voice <target> Toggle in this context means something that is figuratively switched on/off. Hence, it is not a f...
by calippo
Fri Jan 23, 2009 5:52 pm
Forum: Script Support & Releases
Topic: autovoicelist problem
Replies: 2
Views: 3591

autovoicelist problem

hi guys i have a problem with this script I can not let him accept the nick braces ...{nick} thank u so muck # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # avl (autovoicelist) - Script v1.0 by stylus740 # # # # # # # # # # # # # # # # # # # # # # # # # # # ...
by calippo
Wed Jan 21, 2009 4:28 pm
Forum: Script Support & Releases
Topic: Help me please irco.voicecontrol.tcl
Replies: 10
Views: 9095

There wasn't any voice/devoice command in your original post and neither was it clear from the coding style if you wished to permit kick/ban without a reason. Nonetheless, here is a revised script which will do what you ask. The !voice <target> command is a toggle. If the taget is already voiced th...
by calippo
Tue Jan 20, 2009 8:31 pm
Forum: Script Support & Releases
Topic: Help me please irco.voicecontrol.tcl
Replies: 10
Views: 9095

You fail to convert properly between lists and strings in several places, which, as per Papillon's post, gives rise to the errors you have already encountered. The following URL serves as a good tutorial on the subject http://www.peterre.info/characters.html I have taken the trouble to correct the ...
by calippo
Mon Jan 19, 2009 4:50 pm
Forum: Script Support & Releases
Topic: Help me please irco.voicecontrol.tcl
Replies: 10
Views: 9095

Try {} instead of "", e.g. putserv "kick $chan $who :$why kick by $nick" ..becomes.. putserv {kick $chan $who :$why kick by $nick} If that doesn't work I guess some escaping will have to be done on the nick. nothing it dosen't work this is the error message is "not on the c...
by calippo
Mon Jan 19, 2009 4:06 pm
Forum: Script Support & Releases
Topic: Help me please irco.voicecontrol.tcl
Replies: 10
Views: 9095

Help me please irco.voicecontrol.tcl

I need a help . This does not apply tcl voice kick and ban the nick brackets {} [] () and other symbols, how can I do? Thanks and see you soon marco # voice control v1.0 (14 April 2001) By irco <irco@mail.com> EFnet #Q8Help # the voice control can make voice groub to control your channel # the can d...