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

by speechles
Tue Nov 05, 2013 2:16 am
Forum: Scripting Help
Topic: flood protection and channel switch
Replies: 3
Views: 5273

bind pub - "!moviequotes" moviequotes::movie setudef flag moviequotes namespace eval moviequotes { variable timelimit "30" variable repeat 3 variable kick 5 variable ban 7 variable version "0.4" proc create {file} { if {[catch {open $file r} fs]} { putlog ">> $fil...
by speechles
Mon Nov 04, 2013 3:33 am
Forum: Script Requests
Topic: Parse metal-archives
Replies: 25
Views: 36544

kathorga wrote:I did .rehash and i got this:

Code: Select all

metal announcer.tcl v1.0 loaded.
DOH! Forgot to update cache. It's updated now. Reget the script and you should see an output similar to above and hopefully the script now works.
by speechles
Sat Nov 02, 2013 4:49 pm
Forum: Script Requests
Topic: Parse metal-archives
Replies: 25
Views: 36544

Speechles can you try fix it? I can't replicate that error. It works for me. <speechles> !metal iron maiden Iron Maiden | Country of origin: United Kingdom; Location: London, England; Status: Active; Formed in: 1975; Genre: Heavy Metal/NWOBHM; Lyrical themes: History, Literature, War, Mythology, Sp...
by speechles
Mon Aug 12, 2013 12:34 pm
Forum: Script Requests
Topic: auto deop/devoice
Replies: 5
Views: 5495

Madalin wrote:That is not an error from the script above.
Did you even look at your code?

Code: Select all

putserv "PRIVMSG $chanserv :WHY $chan $user" 
It is indeed an error from the script above. Should there possibly be a chanserv global variable at the top of your script?

Code: Select all

set chanserv "ChanServ"
by speechles
Tue Aug 06, 2013 4:29 pm
Forum: Script Support & Releases
Topic: Durby - 0.3.0. New project page on code.google.com
Replies: 49
Views: 84409

The problem is that I need to stick with TCL 8.5 for now (long story). Is there another way to fix this? Yes, but it is, rather.. a hack, messy, and possibly can cause problems .. This method is only when there is no other way. This is a crude-hack and can cause problems rather than solve them. But...
by speechles
Tue Aug 06, 2013 4:19 pm
Forum: Script Support & Releases
Topic: Durby - 0.3.0. New project page on code.google.com
Replies: 49
Views: 84409

Is it possible to add the .uf trigger in the ignorelist? Yes. Let's make it an ignore list though first. Find these lines: if {[string match -nocase "!webby*" $word] || [string match -nocase "!durby*" $word]} { return 0 } elseif {[string match -nocase "*://*" $word] ||...
by speechles
Sun Jul 07, 2013 9:10 pm
Forum: Script Requests
Topic: Global Broadcast
Replies: 25
Views: 20474

bind pub n !alert pushNicks bind pub n !killalert killNicks proc killNicks {n u h c t} { if {[info exists ::queuedNicks]} { putserv "privmsg $c :$n, erased alert queue of [llength $::queuedNicks] nicknames." unset ::queuedNicks } else { putserv "privmsg $c :$n, there isn't a queue ac...
by speechles
Sat Jul 06, 2013 9:14 pm
Forum: Script Requests
Topic: Global Broadcast
Replies: 25
Views: 20474

bind pub n !alert pushNicks proc pushNicks {n u h c t} { if {[info exists ::queuedNicks]} { putserv "notice $n :$n, there is still a queue of [llength $::queuedNicks] nicknames that need to see the previous message, please wait a bit and I will announce when I am completed." -next } else ...
by speechles
Sat Jul 06, 2013 4:58 am
Forum: Script Requests
Topic: xml reader
Replies: 11
Views: 8935

I was referring to: if {![isbotnick $nick] && [throttle_ $uhost,$chan,news $::readxml::ary(throttle_time)]} { putserv "$arg $chan :$nick, you have been Throttled! You're going too fast and making my head spin!" } Isn't the whole idea to STOP the execution of the rest of the code i...
by speechles
Fri Jul 05, 2013 5:42 pm
Forum: Script Requests
Topic: xml reader
Replies: 11
Views: 8935

# Puh Rum Pum Pum Pum # This script will announce news just like an rss script # as well as allowing users to type commands and see # the latest news via notice as well. Fully configurable. # Enjoy, and may the force be with you.... always.... # speechles was here :P package require http setudef fl...
by speechles
Fri Jul 05, 2013 5:14 pm
Forum: Script Requests
Topic: xml reader
Replies: 11
Views: 8935

* snipped exploitable code * I know you pace the floor looking for someone to help. Don't get me wrong. I can sense the eagerness. The feeling of needing something to do to make your tcl skills better. I dig it. You are useful. You submit scripts. Well done. The part that gets under my skin is when...
by speechles
Thu Jul 04, 2013 5:48 pm
Forum: Script Requests
Topic: xml reader
Replies: 11
Views: 8935

Re: thank you bro!

It is doing what I wanted ;D the only problem is, it keeps on displaying the same item again and again. It should display only when its changed :o any help in it will be appreciated. Thanks again speechless. Im speechless ;D Yeah, that was my bad. It is this line: if {[string equal "magic"...
by speechles
Thu Jul 04, 2013 4:47 pm
Forum: Script Requests
Topic: xml reader
Replies: 11
Views: 8935

see code posted below...
by speechles
Sun Jun 23, 2013 12:20 am
Forum: Scripting Help
Topic: help tdom
Replies: 4
Views: 4875

Code: Select all

if {$today != [string trim [$game asText]]} {
by speechles
Wed Jun 12, 2013 6:32 am
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 433420

Noticing today with the retirement of api v1, getting an OAuth error: OAuth failed: (410) <?xml version=1.0 encoding=utf-8?><errors> <error code=68>the twitter rest api v1 is no longer active. please migrate to api v1.1. https: //dev.twitter.com/docs/api/1.1/overview.</error></errors> ( ok ) Indeed...