s/welecome/welcome

This commit is contained in:
unknown 2015-09-21 22:04:00 -04:00
parent 306fa2b699
commit 9bb404d8fb
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ Sub ValidateLoggedIn(IE)
if lcase(Mid(Elem.href,1,39)) = "http://forum.pj64-emu.com/member.php?u=" then
if lcase(Mid(Elem.parentElement.innerHTML,1,11)) = "welcome, <a" then
if lcase(Elem.innerHTML) = "buildbot" then
WScript.StdOut.WriteLine "Found welecome message"
WScript.StdOut.WriteLine "Found welcome message"
LoggedIn = true
exit for
end if