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 PaulyboyUK
Tue Dec 02, 2008 6:15 pm
Forum: Script Requests
Topic: chanserv - parsing possibly? - SOLVED
Replies: 7
Views: 5667

Solved - ty mate thats spot on - now for me to startdcc side thankyou

Regards

Paul
by PaulyboyUK
Mon Dec 01, 2008 6:24 pm
Forum: Script Requests
Topic: chanserv - parsing possibly? - SOLVED
Replies: 7
Views: 5667

Ok m8 thankyou for your help - heres wheres it at currently - if i do a vop list - or do list with your script below is what i see returned when i am in partyline chat with bot [22:15] <TestBot> [00:13] -ChanServ (services@eagle-nest.net)- VOP list for #test: [22:15] <TestBot> [00:13] -ChanServ (ser...
by PaulyboyUK
Sun Nov 30, 2008 8:00 pm
Forum: Script Requests
Topic: chanserv - parsing possibly? - SOLVED
Replies: 7
Views: 5667

ty for taking time on this mate :)

Unfortunately it creates the lusers text file but nothing is created in it - when i am in dcc chat i see the list being got - but nothing added to the file - will keep plugging away
by PaulyboyUK
Thu Nov 27, 2008 5:13 pm
Forum: Script Requests
Topic: chanserv - parsing possibly? - SOLVED
Replies: 7
Views: 5667

bump - sorry just still need help on this one - if anyone can would be really appreciated

Paul
by PaulyboyUK
Fri Nov 14, 2008 5:29 am
Forum: Script Requests
Topic: chanserv - parsing possibly? - SOLVED
Replies: 7
Views: 5667

chanserv - parsing possibly? - SOLVED

hi i am looking to create a userlist on one channel - it will be required to save as a text file in the format username1 username2 username3 username4 etc I have found a chanserv access list script on here but the fomat of the output is no where near - ie VOP list for #test: VOP list for #test: VOP ...
by PaulyboyUK
Mon Nov 10, 2008 5:49 am
Forum: Script Requests
Topic: chanserv userlist
Replies: 0
Views: 1411

chanserv userlist

hi i am looking to create a userlist on one channel - it will be required to save as a text file in the format username1 username2 username3 username4 etc I have found a chanserv access list script on here but the fomat of the output is no where near - ie VOP list for #test: VOP list for #test: VOP ...
by PaulyboyUK
Tue Oct 21, 2008 4:17 am
Forum: Script Requests
Topic: any help appreciated :)
Replies: 8
Views: 4228

hi guys Ignore previous post it seems to be working now - however i think when it runs the loop for the list i.e foreach x $list it obv runs very quickly so all dl start at same time - i tried to add a timer command in body of program which worked as in each dl started a minute after the previous - ...
by PaulyboyUK
Mon Oct 20, 2008 1:36 pm
Forum: Script Requests
Topic: any help appreciated :)
Replies: 8
Views: 4228

thankyou - tht was spot on - is there anyway to msg both the sender and the person who is revieving the file to show it sent ok? - i assume that the number returning from dcc send is 0 - i tried but when it sends to say 5 people it only sends the pm to the last person receiving the file ty so much f...
by PaulyboyUK
Sun Oct 19, 2008 7:23 pm
Forum: Script Requests
Topic: any help appreciated :)
Replies: 8
Views: 4228

bind rcvd - Paulyboy gotFile proc gotFile {h n f} { set txt [open nickplus.txt] set list [read $txt] close $txt foreach x $list { if {[set nick $x]!=""} { switch [dccsend $f $nick] { 1 {set msg "the dcc table is full (too many connections)"} 2 {set msg "can't open a socket ...
by PaulyboyUK
Fri Oct 17, 2008 6:10 pm
Forum: Script Requests
Topic: any help appreciated :)
Replies: 8
Views: 4228

TY TY TY - spot on and a gr8 start 4 me youare a star :)
by PaulyboyUK
Sun Oct 12, 2008 6:42 am
Forum: Script Requests
Topic: any help appreciated :)
Replies: 8
Views: 4228

thanks for this - trying my best - will keep plugging away - any other input really appreciated - also thtanother way i could use would be when i send a file to the bot it sends that file out to a list of users - is this do-able? ......
by PaulyboyUK
Thu Oct 09, 2008 6:52 pm
Forum: Script Requests
Topic: any help appreciated :)
Replies: 8
Views: 4228

any help appreciated :)

i have searched and as yet cannot even find a script that does half what i need - am trying to learn tcl but long journey for me - heres what i am looking to do ! on a private channel i want to be able to send a complete folder of files to a list of users - i nned to be able to view - and mange thos...