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

by Merky
Thu Sep 13, 2018 2:36 pm
Forum: Script Requests
Topic: earthquake bot
Replies: 20
Views: 24889

error in ubuntu

Code: Select all

Wrong # args: should be "tls::socket ?options? host port" ( https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/2.5_day.atom )
by Merky
Thu Sep 13, 2018 2:27 pm
Forum: Scripting Help
Topic: Help ::http::geturl
Replies: 2
Views: 5046

same problem too

Code: Select all

[01:26:37] Tcl error [pub:sholat]: wrong # args: should be "tls::socket ?options? host port"
wrong # args: should be "tls::socket ?options? host port"
by Merky
Tue Sep 11, 2018 2:46 pm
Forum: Script Requests
Topic: Error flushing
Replies: 22
Views: 19610

after add proc tls:socket args i get this error

Code: Select all

[01:43:01] Tcl error [::eqnews::magic_]: can't read "::eqnews::ary(events)": no such element in array
[01:44:01] Tcl error [::eqnews::magic_]: can't read "::eqnews::ary(events)": no such element in array
by Merky
Tue Sep 11, 2018 1:59 pm
Forum: Scripting Help
Topic: Help ::http::geturl
Replies: 2
Views: 5046

Help ::http::geturl

package require http package require tls ::http::register https 443 tls:socket bind pub - .adzan pub:sholat proc tls:socket args { set opts [lrange $args 0 end-2] set host [lindex $args end-1] set port [lindex $args end] ::tls::socket -servername $host {*}$opts $host $port } proc pub:sholat {nick u...
by Merky
Tue Jun 12, 2018 5:58 am
Forum: Script Support & Releases
Topic: Pandorabot.tcl
Replies: 71
Views: 81188

Koach wrote:Hi Merky,

I can't duplicate your error. What did you type when you received the error?

Although I didn't write this script, I can probably get it fixed, and any info you can provide will help.

Thanks,
Koach
i type "fovea" bro......
by Merky
Fri May 11, 2018 10:17 am
Forum: Script Support & Releases
Topic: Pandorabot.tcl
Replies: 71
Views: 81188

Error bro [21:15:41] Tcl error [talkto_pub]: This regex sucks!!! Source codes changed or what?!? This regex sucks!!! Source codes changed or what?!? while executing "fetch_pandora https://pandorabots.com/pandora/talk-xml?botid=$botid&custid=0&input=$TxTx" (procedure "talkto&qu...
by Merky
Thu Apr 26, 2018 1:47 am
Forum: Script Support & Releases
Topic: Pandorabot.tcl
Replies: 71
Views: 81188

error Tcl error [talkto_pub]: This regex sucks!!! Source codes changed or what?!? This regex sucks!!! Source codes changed or what?!? while executing "fetch_pandora https://pandorabots.com/pandora/talk-xml?botid=fba0b9735e362e4d&custid=0&input=$TxTx" (procedure "talkto" l...
by Merky
Sat Apr 07, 2018 5:27 pm
Forum: Script Support & Releases
Topic: incith:exchange
Replies: 0
Views: 5779

incith:exchange

hi... can anybody fix this tcl? #---------------------------------------------------------------------# # incith:exchange v3.0 # # # # currency converions from http://ca.finance.yahoo.com/currency # # tested on Eggdrop & Windrop v1.6.19 # # # # Usage: # # .chanset #channel +exchange # # !exchang...
by Merky
Tue Jan 16, 2018 9:34 am
Forum: Scripting Help
Topic: ban-time
Replies: 6
Views: 7207

ty for you help caesar
by Merky
Tue Jan 16, 2018 12:08 am
Forum: Scripting Help
Topic: ban-time
Replies: 6
Views: 7207

ops ban in channel * Me sets mode: +b *!*timE@*.190.47.* and if set ban-time to 10 minute, bot unban this ban in 10 minute if set 15 minute bot check if ban list 15 minute and unban if set /msg botnick bantime 10 bot auto unban every 10 minute if set /msg botnick bantime 15 bot auto unban every 15 m...
by Merky
Mon Jan 15, 2018 5:39 am
Forum: Scripting Help
Topic: ban-time
Replies: 6
Views: 7207

ehh sorry
i mean auto unban....
by Merky
Sun Jan 14, 2018 4:08 pm
Forum: Scripting Help
Topic: ban-time
Replies: 6
Views: 7207

ban-time

hi..
how to i set ban-time in tcl?
like /msg botnick bantime 10
and bot auto auban every 10 minute
tq for help me
by Merky
Thu Aug 10, 2017 7:05 am
Forum: Scripting Help
Topic: BlackJack tcl not work
Replies: 3
Views: 6296

ty SpiKe^^

now this tcl run....
by Merky
Wed Aug 09, 2017 10:15 am
Forum: Scripting Help
Topic: BlackJack tcl not work
Replies: 3
Views: 6296

BlackJack tcl not work

hi... anybody can fix thix tcl? ## # casino blackjack simulator # # auth: tommy balboa (tbalboa) # will storey (horgh) # date: 2010-05-24 # namespace eval ::blackjack { variable version 1.0 variable chans "" variable delay 10 variable insurance_time 10 variable turn_expire 60 variable debu...
by Merky
Wed Mar 16, 2011 12:32 am
Forum: Script Requests
Topic: how do i get this?
Replies: 0
Views: 1768

how do i get this?

how do I get this script? if there is a distinguished writing !addme in the room and this nick save to database.txt with the format [nick time] where nick is the nickname of a distinguished writing !addme and time is current time plus 1 day and scripts will automatically check database.txt if time s...