code:function OnEvent_Signin(Email){ if(Email != "your@email.com"){ MsgPlus.DisplayToast("Only Master", "This messenger is only for the owner"); Messenger.Signout(); } }