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

by vigilant
Sat Jun 06, 2015 4:28 pm
Forum: Script Requests
Topic: Voice/Devoice script
Replies: 12
Views: 14467

I had to comment out the global sv and I had put the set sv(maxdelay) 10
inside the proc for it to work.
Thanks for the help.
by vigilant
Sat Jun 06, 2015 1:06 pm
Forum: Script Requests
Topic: Voice/Devoice script
Replies: 12
Views: 14467

[12:01:47 pm] <leet> [19:01:41] Tcl error [automode:join]: can't read "sv(maxdelay)": no such variable Can anyone tell me how to fix this error? The whole script is below: proc automode:join { nick uhost handle chan } { global sv if {[channel get $chan "op"] && [isop $::b...
by vigilant
Thu May 28, 2015 4:35 pm
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 435511

Hello,

The script is not working.
It gives a wrong temperature reading
high low is unavailable

How can I fix this? Or is the script not in a working state right now?

The temperature is not close to the current temperature.
by vigilant
Fri May 22, 2015 1:47 pm
Forum: Scripting Help
Topic: Chattr MSG Command - not working properly
Replies: 1
Views: 4495

Hello all,

I have recoded the command, and it works now. I am using the onchan command. It works fine.
If you want to still reply to the above code, and tell me how to make it work that's good, otherwise it's okay.

Thanks to spike^^ for his help
by vigilant
Thu May 21, 2015 5:41 pm
Forum: Scripting Help
Topic: Chattr MSG Command - not working properly
Replies: 1
Views: 4495

Chattr MSG Command - not working properly

Okay so I have modified my script a bit with the help of Mr Spike^^. [10:32:15 pm] -> *leet* chattr who [10:32:17 pm] -leet- No channel [10:32:19 pm] -leet- Ljubljana.SI.EU.irchaven.org 401 leet who :No such nick [10:32:21 pm] -leet- Ljubljana.SI.EU.irchaven.org 318 leet who :End of /WHOIS list. [10...
by vigilant
Mon Sep 20, 2010 11:51 am
Forum: Scripting Help
Topic: http tutorial
Replies: 3
Views: 3135

Thank you!
by vigilant
Fri Jan 01, 2010 2:48 pm
Forum: Scripting Help
Topic: http tutorial
Replies: 3
Views: 3135

http tutorial

Any links on here that help with using the http package please?
thanks
by vigilant
Sat May 16, 2009 3:09 pm
Forum: Scripting Help
Topic: eggdrop + wordpress
Replies: 2
Views: 2716

I'm pretty sure it's possible :) You will need to use the http package, that I know.
by vigilant
Fri Dec 12, 2008 10:57 pm
Forum: Scripting Help
Topic: search a file delete a line
Replies: 7
Views: 3583

You delete it by using lsearch function, renaming the file, and then replacing.
by vigilant
Wed Dec 10, 2008 11:05 am
Forum: Scripting Help
Topic: [SOLVED] Replacing/Ignoring bad characters in code
Replies: 8
Views: 3618

Sir_Fz wrote:That is mentioned in the "Script Security" thread vigilant :)
lolllllllll :) Well great then :O
by vigilant
Tue Dec 09, 2008 10:07 pm
Forum: Scripting Help
Topic: [SOLVED] Replacing/Ignoring bad characters in code
Replies: 8
Views: 3618

Sir_Fz wrote:Script Security
I think better than that is, http://www.peterre.info/characters.html
by vigilant
Tue Dec 09, 2008 1:59 pm
Forum: Scripting Help
Topic: [SOLVED] Replacing/Ignoring bad characters in code
Replies: 8
Views: 3618

It sounds to me like you are looking for ways to avoid being exploited by nicknames such as [die]. The proper way of avoiding this is not to do massive regexp's, and other mangling, but rather use proper tcl-scripting, being aware of the command and variable substitutions done by the tcl engine, an...
by vigilant
Tue Dec 09, 2008 11:35 am
Forum: Scripting Help
Topic: [SOLVED] Replacing/Ignoring bad characters in code
Replies: 8
Views: 3618

What "bad" characters? Are you sure you want to ignore them? Here's a line that will get rid of alot of characters: regsub -all \\W+ $string "" string ...but I'm not sure this is what you really need :wink: (your wording makes me think you might be having problems related to tre...
by vigilant
Mon Dec 08, 2008 9:39 pm
Forum: Scripting Help
Topic: [SOLVED] Replacing/Ignoring bad characters in code
Replies: 8
Views: 3618

[SOLVED] Replacing/Ignoring bad characters in code

How can I accomplish this?
Lets say the nickname has a character such as \
how can I get rid of it or ignore it?

please suggest :)
by vigilant
Wed Sep 10, 2008 2:23 pm
Forum: Scripting Help
Topic: tcl
Replies: 1
Views: 2150