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 12 matches

by duarteper
Sun Feb 10, 2013 9:16 pm
Forum: Script Support & Releases
Topic: joinpart.tcl - make eggdrops join or part channels
Replies: 7
Views: 11440

With Madalin help, code edited on fisrt post
thanks Madalin
by duarteper
Sun Feb 10, 2013 9:13 pm
Forum: Script Requests
Topic: join part tcl
Replies: 2
Views: 4274

thanks for your help Madalin
by duarteper
Sat Feb 09, 2013 1:15 pm
Forum: Script Requests
Topic: join part tcl
Replies: 2
Views: 4274

join part tcl

i need help with this tcl bind pub n|n !join pub:join bind pub n|n !join pub:part proc pub:join {nick host hand chan text} { set newchan [lindex [split $text] 0] if {$newchan == ""} { puthelp "NOTICE $nick :No Channel Given." return 0 } putallbots "bjoin $newchan" if {!...
by duarteper
Sat Feb 09, 2013 1:01 pm
Forum: Script Support & Releases
Topic: joinpart.tcl - make eggdrops join or part channels
Replies: 7
Views: 11440

i change this

Code: Select all

bind pub n|n !wjoin41 pub:join 
bind pub n|n !wpart41 pub:part 
to this

Code: Select all

bind pub n|n !join pub:join 
bind pub n|n !join pub:part 
is that the insue?
by duarteper
Sat Feb 09, 2013 12:36 pm
Forum: Script Support & Releases
Topic: joinpart.tcl - make eggdrops join or part channels
Replies: 7
Views: 11440

Madalin wrote:The script is incomplet ... it doesnt have the part where the other linkedk bots receive the JOIN/PART command. So please copy-paste the entire script if you want this be public
sorry this script is working on my eggdrops
by duarteper
Sat Feb 09, 2013 12:15 pm
Forum: Script Support & Releases
Topic: joinpart.tcl - make eggdrops join or part channels
Replies: 7
Views: 11440

joinpart.tcl - make eggdrops join or part channels

hello o/ joinpart.tcl by duarteper Type in channel : !join #CHANNEL !part #CHANNEL ############################################### ######## ####### ###### join us pt.PTchat.org ##### add joinpart.tcl to eggrop .conf file #### !Join #Channel ### !Part #Channel ## # bind pub n|n !join pub:join bind pu...
by duarteper
Wed Jan 30, 2013 6:37 am
Forum: Script Requests
Topic: znc & eggdrop
Replies: 2
Views: 4952

i think all the tcl needs to do, is to send a pvt msg to znc user, called send_raw and the znc go to that channel we wont, insted writhed by hand 1 by 1. i send to bot a order and tcl send multi orders to all znc`s that is in that channell The following command joins the user which is named 'Eve' to...
by duarteper
Wed Jan 30, 2013 4:42 am
Forum: Script Requests
Topic: znc & eggdrop
Replies: 2
Views: 4952

znc & eggdrop

solved
by duarteper
Sun Jan 06, 2013 12:57 pm
Forum: Script Requests
Topic: youtube search tcl error
Replies: 2
Views: 3398

youtube search tcl error

Hello everyone this tcl doesent work wen i type !yt Video_here bind pub -|- !yt yt_search ### ### youtube getlink v 0.1 ### ### just a simple script that fetches the first ### result from a youtube search, giving you ### the link, title and description for the primary ### result ### ### nothing can ...
by duarteper
Fri Dec 07, 2012 6:04 pm
Forum: Script Requests
Topic: Fake user tcl
Replies: 12
Views: 8180

thanks a lot tomekk

works like a charm, very well

thanks so mutch tomekk for your great work

some day (some year) i will make tcl like you, i wish, lol
by duarteper
Fri Dec 07, 2012 4:10 pm
Forum: Script Requests
Topic: Fake user tcl
Replies: 12
Views: 8180

i wont use this comand in channel and see the bot private messages in channel as well
by duarteper
Thu Dec 06, 2012 11:21 pm
Forum: Script Requests
Topic: Fake user tcl
Replies: 12
Views: 8180

Fake user tcl

Hello

its possible to make a script that shows bot privates mgs in a restricted and private channel, and answer bot privates msg by typing in channel with this cmd ex: !BotNick Nick hello

Thanks in advance