What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » EMAIL VERIFICATION

Pages: (2): « First « 1 [ 2 ] Last »
EMAIL VERIFICATION
Author: Message:
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: EMAIL VERIFICATION
code:
switch (Contact.Email)
      {
        case "xxx@yyy.zzz":
          run(ChatWnd, Message);
          break;
        case "xxx2@yyy.zzz":
          run(ChatWnd, Message);
          break;
      }
Cases fall through y'know:
code:
switch (Contact.Email)
      {
        case "xxx@yyy.zzz":
        case "xxx2@yyy.zzz":
          run(ChatWnd, Message);
          break;
      }
is equivalent.

Remember: there's no compiler to optimise scripts :P

This post was edited on 06-28-2006 at 03:39 PM by RaceProUK.
[Image: spartaafk.png]
06-28-2006 03:39 PM
Profile PM Web Find Quote Report
novolo
Junior Member
**

Avatar
L2Luna GM

Posts: 67
– / Male / Flag
Joined: May 2006
O.P. RE: EMAIL VERIFICATION
hi,  now,  one other thing...

is there a way to kill an application through srcipt?
[Image: signature-user=247&back=4&clr=255,255,255&size=80.png][Image: novolo.gif]
06-29-2006 02:31 AM
Profile PM Web Find Quote Report
rob_botch
Full Member
***

Avatar

Posts: 180
Reputation: 4
33 / Male / Flag
Joined: Apr 2006
RE: EMAIL VERIFICATION
The reason checking the Origin didn't work was because the Origin is only the displayed name of the contact in the chat window
06-29-2006 09:41 AM
Profile E-Mail PM Web Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On