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

by leprechau
Sat Oct 04, 2008 12:49 pm
Forum: Scripting Help
Topic: ForEach Channel [Help] {Solved}
Replies: 3
Views: 3093

Are you wanting a foreach channel...or mass modes? Loops in TCL are very simple and mass modes can be done in a couple different ways. The absolute fastest mass mode is a raw mode sent in a single line. Look below for some really old code I threw together late 1990s or so, it's been tweaked a few ti...
by leprechau
Sat Oct 04, 2008 12:11 am
Forum: Scripting Help
Topic: Replace random words in a string of text with asterisks
Replies: 1
Views: 1933

Replace random words in a string of text with asterisks

I'm not sure exactly who it was, and I can't find the exact post now, but hopefully whoever needed it will find it here. This was a topic I read awhile ago and just thought I would post something I threw together in TCLSH this evening. Hope it helps someone. proc wordMask {text {num {1}}} { set txtl...