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

by SpiKe^^
Fri Jul 27, 2012 5:04 pm
Forum: Script Support & Releases
Topic: New BogusTrivia 2.06.4.5 Released
Replies: 18
Views: 23075

My guess is that BogusTrivia will not run without error with tcl 8.6
Not running the tcl 8.6 so I have no way to work out the fixes yet.
by SpiKe^^
Fri Jul 27, 2012 12:32 am
Forum: Script Support & Releases
Topic: New BogusTrivia 2.06.4.5 Released
Replies: 18
Views: 23075

try this for me please. find this in the settings file... # on-join auto-start # # automaticly start bogustrivia when someone joins the channel ?? (0 = no) # # Note: for this to function, Idle-stop Must Be Turned ON! # # Note: using the public off command overrides auto-start! # # use the public on ...
by SpiKe^^
Thu Jul 26, 2012 7:37 pm
Forum: Script Support & Releases
Topic: New BogusTrivia 2.06.4.5 Released
Replies: 18
Views: 23075

OK, we need to find out more information on the shell that is giving the problems. I would like to know the operating system the shell is running and the tcl library version too. Is that a free shell? Maybe any other shell related info you may be able to gather. I'm very interrested in where your is...
by SpiKe^^
Wed Jul 25, 2012 8:16 pm
Forum: Script Support & Releases
Topic: New BogusTrivia 2.06.4.5 Released
Replies: 18
Views: 23075

Error text? I don't know where to find that because I only saw the error in the partyline. The rest of the lines related to the errors from the partyline. I would try with the default settings file unedited except for the channel. See if it will run like that, so far you're the only one with such e...
by SpiKe^^
Wed Jul 25, 2012 7:52 pm
Forum: Script Support & Releases
Topic: New BogusTrivia 2.06.4.5 Released
Replies: 18
Views: 23075

I can't recreate any of those issues here. Give me any other info that may help.

I need the entire error text, all the lines if there are several.

Have you been editing the t-2.tcl file? Perhaps a translation attempt?

What settings have you changed in the settings file?
by SpiKe^^
Tue Jul 24, 2012 6:27 pm
Forum: Scripting Help
Topic: bind pub weather alert[solved]
Replies: 4
Views: 5255

try this:)

Try This:)

Code: Select all

bind pubm -|- "% weather alert*" alert_proc  
proc alert_proc { nick uhost hand chan arg } { 
  set text [join [lrange [split $arg] 2 end]]  
  puthelp "privmsg $chan :$text"  
}
by SpiKe^^
Tue Jul 24, 2012 8:13 am
Forum: Script Support & Releases
Topic: New BogusTrivia 2.06.4.5 Released
Replies: 18
Views: 23075

New BogusTrivia 2.06.4.5 Released

The new version of BogusTrivia has just been released. Get your copy today at the egghelp script archive. ################################################################### # # # Version 2.06.4.5 Release Notes: # # # # -> New Settings in v2.06.4.5 : t-2.settings.tcl <- # # 1. Set separate user flag...
by SpiKe^^
Fri Jul 06, 2012 10:11 pm
Forum: Script Requests
Topic: request auto notice of rules
Replies: 11
Views: 7393

Think i would just try to get the same script sending the same rules on a 20 min deal. Believe i would use bind times instead of timers tho... Add this code near the top of the script: bind time - "00 *" callrules bind time - "20 *" callrules bind time - "40 *" callrule...
by SpiKe^^
Fri Jul 06, 2012 2:12 pm
Forum: Script Requests
Topic: !Sapart Trigger Code Request
Replies: 12
Views: 7204

Let us just try this.

Maybe I do understand your last request... lets just try this: proc oper:sapart {nick uhost hand chan text} { if {![string equal -nocase $chan "#IspHelp"]} return if {![isop $nick $chan]} return if {[scan $text {%s%s%s} user channel reason] != 3} { puthelp "NOTICE $nick :usage: !sapar...
by SpiKe^^
Fri Jul 06, 2012 1:40 pm
Forum: Script Requests
Topic: !Sapart Trigger Code Request
Replies: 12
Views: 7204

I don't understand what the command should do:)

Up 'til now i've just been fixing the errors in the above command...

I really have no idea what we are wanting to pull off here. I'm not even sure what the SAPART command does, as i've never been a network admin:)

Please better explain our ultimate goal here.
by SpiKe^^
Fri Jul 06, 2012 12:48 pm
Forum: Script Requests
Topic: request auto notice of rules
Replies: 11
Views: 7393

Think that script needs timers?

So, now that we have a working trigger script for for your channel rules, don't we still need a way to post the rules on a 20 minute timer?
by SpiKe^^
Fri Jul 06, 2012 12:41 pm
Forum: Script Requests
Topic: !Sapart Trigger Code Request
Replies: 12
Views: 7204

fix for next error

The line throwing that error is:

Code: Select all

putserv "SAPART $user $channel $message"
The variable you are calling is message, and it is never being set.
Try just changing that line to:

Code: Select all

putserv "SAPART $user $channel $reason"
GoodLuck:)
by SpiKe^^
Fri Jul 06, 2012 12:25 am
Forum: Script Support & Releases
Topic: Bug with Bogus Trivia
Replies: 9
Views: 11646

Eggdrop 1.6.21 patched for BogusTrivia !!

There is now an official Eggdrop patch to allow BogusTrivia to run on the Eggdrop version 1.6.21 .

If you want to run BogusTrivia on the 1.6.21 Eggdrop, Please download and apply the "timerworkaround.patch.gz by thommey" from here: http://www.egghelp.org/files.htm#patches
by SpiKe^^
Fri Jul 06, 2012 12:20 am
Forum: Script Support & Releases
Topic: New BogusTrivia 2.06.4.2 Released
Replies: 29
Views: 41032

Eggdrop 1.6.21 patch for running BogusTrivia !!

There is now an official Eggdrop patch to allow BogusTrivia to run correctly on Eggdrop version 1.6.21 !

If you want to run BogusTrivia on the 1.6.21 Eggdrop, Please download and apply the "timerworkaround.patch.gz by thommey" from here: http://www.egghelp.org/files.htm#patches
by SpiKe^^
Fri Jul 06, 2012 12:11 am
Forum: Script Support & Releases
Topic: Bogustrivia issues with Eggdrop 1.6.21
Replies: 23
Views: 56795

There is now an official Eggdrop patch to allow BogusTrivia to run correctly on Eggdrop version 1.6.21 !

If you want to run BogusTrivia on the 1.6.21 Eggdrop, Please download and apply the "timerworkaround.patch.gz by thommey" from here: http://www.egghelp.org/files.htm#patches