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

by A Hylian Human
Sun Nov 28, 2010 11:17 pm
Forum: Scripting Help
Topic: How to check for a valid variable without getting an error
Replies: 4
Views: 4873

Yeah I dunno what I was thinking.
But I came up with an idea that I think might work.
I'll post it tomorrow.
by A Hylian Human
Sun Nov 28, 2010 6:44 pm
Forum: Scripting Help
Topic: How to check for a valid variable without getting an error
Replies: 4
Views: 4873

How to check for a valid variable without getting an error

namespace eval rules { set #Zelda("nick") "There is no need to spam nick changes; pick a nick and keep it! If you are in #RolePlay and need to change nicks frequently, please lea$ set #Zelda("flood") "Please do not flood (putting several lines of text into the channel ...
by A Hylian Human
Thu Oct 14, 2010 6:21 pm
Forum: Script Requests
Topic: InspIRCd and /DCCALLOW
Replies: 2
Views: 2633

Yeah I did something similar to that. I said everytime I see my bot come online to issue a /DCCALLOW +BotNick 0.
by A Hylian Human
Fri Oct 01, 2010 6:46 pm
Forum: Script Requests
Topic: InspIRCd and /DCCALLOW
Replies: 2
Views: 2633

InspIRCd and /DCCALLOW

So my network decided to upgrade to InspIRCd. After changing some modes to be set on server connect, I thought all was fine. Unfortunately, it is not so. For whatever reason, they have blocked all DCC session requests, unless you specifically set a whitelist entry with the /DCCALLOW command. Unfortu...
by A Hylian Human
Mon Sep 06, 2010 12:03 pm
Forum: Tcl FAQ
Topic: Basic File Operations
Replies: 6
Views: 49887

Basic File Operations - Evaluating variables read from file

If I have variables, such as $nick or $arg, in the file, it doesn't evaluate the variables. Instead, it just leaves it at $nick or $arg. Is there any way to evaluate the variables? using [eval] makes Tcl want to use the first word of the line as a command, which is not appropriate when I have, say: ...