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 krystal
Mon Oct 05, 2009 10:12 am
Forum: Scripting Help
Topic: [resolved] comparing two hosts w/ wildcards
Replies: 5
Views: 3347

ah, they couldn't be the same nick without being the same user/bot.. doh

thanks
by krystal
Mon Oct 05, 2009 8:26 am
Forum: Scripting Help
Topic: [resolved] comparing two hosts w/ wildcards
Replies: 5
Views: 3347

thanks for your reply. the hyphens did cause an issue, and the brackets fixed that. I was wondering what the best way to compare the uhost to the host so that I know for sure it's my bot joining. this code works, but I'm open to suggestion if there is a better way. set our_chan "#mychan" b...
by krystal
Mon Oct 05, 2009 7:04 am
Forum: Scripting Help
Topic: [resolved] comparing two hosts w/ wildcards
Replies: 5
Views: 3347

[resolved] comparing two hosts w/ wildcards

hi there.. new to tcl, but experienced in mirc (and lamp) want to do something when eggy joins a channel #settings from config file global my-hostname global my-ip if {($uhost != my-hostname) && ($uhost != my-ip)} I know this isn't right.. what's the best way to compare two hosts, and can I ...