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

by XndR
Tue Aug 18, 2009 3:25 pm
Forum: Script Requests
Topic: mIRC script -> TCL script
Replies: 4
Views: 2950

Thanks, it works great. Only question I have is: does eggdrop support foreign characters or no? Sometimes the string will end early if it encounters specific characters.
by XndR
Mon Aug 17, 2009 8:15 pm
Forum: Script Requests
Topic: mIRC script -> TCL script
Replies: 4
Views: 2950

It checks every line of text in chan1. If any part of it matches phrase1 and is said by an op then it will echo the text in chan2.
by XndR
Mon Aug 17, 2009 6:16 pm
Forum: Script Requests
Topic: mIRC script -> TCL script
Replies: 4
Views: 2950

mIRC script -> TCL script

I wrote a mIRC script awhile back and am now looking to add it to an eggdrop so I don't have to be online 24/7 for the script to be active. I have no experience with TCL scripting so I was hoping someone could just translate this real quick. On *:Text:*:#chan1:{ if (phrase1 isin $1-) { if ($nick iso...