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...
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
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 ...
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 ...
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 - ...
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...
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 ...
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? ......
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...