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

by Riddler
Thu Oct 11, 2007 10:04 am
Forum: Scripting Help
Topic: [SOLVED] A little question
Replies: 2
Views: 1733

Ok, so if this is the code, I`ll try it out and post a reply with the results. :D 8)

Works Great, thanks nml :D
by Riddler
Thu Oct 11, 2007 8:56 am
Forum: Scripting Help
Topic: [SOLVED] A little question
Replies: 2
Views: 1733

[SOLVED] A little question

Hello guys, I have a little question about "bind time" module: the type for this command is: bind time - "minutes hour days months" ( they are exactly two characters) So this is my question: How can I use this setting to do every 20 minutes a proc ? This way ? bind time - "2...
by Riddler
Sat Jun 30, 2007 6:28 am
Forum: Other Topics
Topic: A little error with the avatar load system
Replies: 2
Views: 2238

A little error with the avatar load system

Hello guys,

I`m getting a little problem wen I try to set up my avatar.
I`m useing an avatar through a link, and wen I try do a "submit" I`m getting the error bellow:

Image

?! :?: :!: :arrow: :?
by Riddler
Thu Jun 28, 2007 9:59 pm
Forum: Scripting Help
Topic: Help with a command code (!day):
Replies: 22
Views: 11801

ok, sorry for that I was just asking, didn`t know what that string will do. so, I`ve made the changes like you suggested and now I`m getting this error wen I`m trying to load the script: <me> .tcl source scripts/lol.tcl <@|EGG> Error: missing close-brace: possible unbalanced brace in comment - 41.84...
by Riddler
Thu Jun 28, 2007 8:03 pm
Forum: Scripting Help
Topic: Help with a command code (!day):
Replies: 22
Views: 11801

Later UPDATE: set dj(br) "Banned!" set dj(xb) 1 bind pub n|MASDTO !d s:day setudef flag djtools proc s:day {nick uhost hand chan text} { global botnick dj if {[channel get $chan djtools] && ![isbotnick $nick]} { if {[matchattr $hand n|MASDTO $chan] || [string tolower $chan]} { set ...
by Riddler
Thu Jun 28, 2007 7:30 pm
Forum: Scripting Help
Topic: Help with a command code (!day):
Replies: 22
Views: 11801

I would probably use something like this: if {![string is -strict integer $target] || $target >= 15 || $target <= 0} { good idea, but... it didn`t work :? I`ve used that code, and there is no reaction if the number is higher than 7 ( for user with OP Access) and 14 ( for user with Test OP Access) ....
by Riddler
Wed Jun 27, 2007 1:44 pm
Forum: Scripting Help
Topic: Help with a command code (!day):
Replies: 22
Views: 11801

In my opinion, the number of spaces/tabs per level is'nt that important, what is however, is using the same fashion all through the script, ie. add one space/tab for each level you descend, as illustrated by rosc. Also, I'm not sure those regular expressions you're using actually does what you inte...
by Riddler
Tue Jun 26, 2007 8:12 pm
Forum: Scripting Help
Topic: Help with a command code (!day):
Replies: 22
Views: 11801

UPDATE: I`ve closed the missing " } " form the foreach-loop and simplifyed the script for only 1 access flags... to make it a little easy for the script to work... so here is the code ( simplifyed ): set dj(br) "Banned!" set dj(xp) 1 bind pub n|MASDTO !day s:ban setudef flag djto...
by Riddler
Tue Jun 26, 2007 7:00 pm
Forum: Scripting Help
Topic: Help with a command code (!day):
Replies: 22
Views: 11801

ok, removed the "unbind`s".. now I`m getting this error.. (01:57:38) <me> .set errorInfo (01:57:38) <|EGG> [00:39] #me# set errorInfo (01:57:38) <|EGG> Currently: wrong # args: should be "foreach varList list ?varList list ...? command" (01:57:38) <|EGG> Currently: while compilin...
by Riddler
Sat Jun 23, 2007 9:04 pm
Forum: Scripting Help
Topic: Help with a command code (!day):
Replies: 22
Views: 11801

.set errorInfo? :?: :!: do you mean if I use this script ?! # .load scriptname.tcl bind dcc n|- load script:load proc script:load { handle idx text } { if { [catch { uplevel #0 [list source scripts/$text] } error] } { putlog "0,4Error while loading $text -- Errormsg: $error" putlog "...
by Riddler
Sat Jun 23, 2007 8:49 pm
Forum: Scripting Help
Topic: Help with a command code (!day):
Replies: 22
Views: 11801

ok, done the modifications, and here is the script.. set dj(br) "Banned!" set dj(xp) 1 bind pub n|MASDTO !day s:ban setudef flag djtools proc s:ban {nick uhost hand chan text} { global botnick dj if {[channel get $chan djtools] && ![isbotnick $nick]} { if {[matchattr $hand n|MASDTO...
by Riddler
Sat Jun 23, 2007 8:09 pm
Forum: Scripting Help
Topic: Help with a command code (!day):
Replies: 22
Views: 11801

Sir_Fz wrote:You can follow a patter like

Code: Select all

if {<is senior op>} {
 # give senior op privileges
} elseif {<is bla op>} {
 # give bla op privileges
} ...etc
never heard of this type of command :shock: :roll: :arrow: ...let`s see :)
by Riddler
Sat Jun 23, 2007 7:37 pm
Forum: Scripting Help
Topic: Help with a command code (!day):
Replies: 22
Views: 11801

... :?: :!:
by Riddler
Sat Jun 23, 2007 7:23 pm
Forum: Script Support & Releases
Topic: Question about a tcl:
Replies: 7
Views: 5490

There's a post (by user) somewhere regarding obfuscated Tcl's; just do a forum search. Yes, I know, interesting post, but user points only "how to encrypt/obfuscate a tcl".... and NOT how to de-obfuscate/de-encrypt.. :? I`ve done a little research on google about obfuscating, and I`ve fou...
by Riddler
Mon Jun 18, 2007 11:45 pm
Forum: Script Support & Releases
Topic: Question about a tcl:
Replies: 7
Views: 5490

Old script? Probably no longer supported. I'd suggest searching the Tcl Archive for alternatives or if there are errors in the script, make an appropriate post. Are you sure you want me to post this script ?:) it`s encrypted ( by obfuscating ) ....so only if you or somebody else has the original ve...