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

by Dizmo
Sat Apr 14, 2018 9:03 am
Forum: Script Requests
Topic: Voice/Devoice on Nick Change With Multiple 'Variables'?
Replies: 1
Views: 3604

Voice/Devoice on Nick Change With Multiple 'Variables'?

Hi, back in 2016 I posted a thread asking for help with a script that voices/devoices users depending on their nick. Rather than spam this thread with the one I created in 2016, I'll just post a link: Voice/Devoice on Nickname Change mIRC to TCL I'd like to first start by thanking, once again :), th...
by Dizmo
Sun Jun 19, 2016 10:41 pm
Forum: Script Requests
Topic: Voice/Devoice on Nickname Change mIRC to TCL
Replies: 10
Views: 12169

Ignore that last post.

For some reason, and I'm lost as to why it wasn't working, the script is now working.

No extra restart, rehash or reload. It just started work :/

Thanks again all.

Regards,
Stuart.
by Dizmo
Sun Jun 19, 2016 8:00 pm
Forum: Script Requests
Topic: Voice/Devoice on Nickname Change mIRC to TCL
Replies: 10
Views: 12169

Thank you for the replies everyone. I've tried adding the following: set test [string is upper $letter] if {![string compare -length 5 "Guest" $nick]} { set test 0 and my script isn't working. Maybe I'm making a stupid mistake, I don't know. I can't see any errors. Feel free to tell me '**...
by Dizmo
Sun Jun 19, 2016 6:16 am
Forum: Script Requests
Topic: Voice/Devoice on Nickname Change mIRC to TCL
Replies: 10
Views: 12169

Modifying the Script

Hey, I need to add another 'variable' into the script, however I'm a little lost as to how I do it. I'm probably over complicating things again.... I need the bot to not voice Guest***** nicks. I can't just put a return 1 after a variable check (I hope that makes sense, it sort of does, in my head) ...
by Dizmo
Thu Apr 07, 2016 1:25 am
Forum: Script Requests
Topic: Voice/Devoice on Nickname Change mIRC to TCL
Replies: 10
Views: 12169

Thank you

caesar and simo, thank you so much.

You two are legends. The tcl script works a dream :)

You, Sir, are a diamond

Just got to make a profile script now :)
I'm trying to teach myself tcl again so the profile script can wait :) I'm messing around with a database script.
by Dizmo
Fri Apr 01, 2016 2:52 pm
Forum: Script Requests
Topic: Voice/Devoice on Nickname Change mIRC to TCL
Replies: 10
Views: 12169

Voice/Devoice on Nickname Change mIRC to TCL

Hey, I've tried looking for a pre-made TCL script to do what I need it to do however I've managed to 'hit a brick wall'. The mIRC version is terrible, no wonders as most of it was written by myself. Here is the mIRC version (**IF you only know mIRC scripting and are able to make the script below 'le...