quote:
Originally posted by roflmao456
quote:
Originally posted by pray2win
This i want. but then on a certain e-mail adress.
Like only for a certain friend
Because i use Answering machine plus and i did
that if they type a code my name changes into
[Jef] Current Online admin: (they're name here)
but i wantthat on sign in of the admins
so when Arrie (one of my admins sign in)
it should say /name [Jef] Current Online admin: Arrie
try this then:
code:
function OnEvent_ContactSignin(Email){
if(Email == "someone@somewhere.com") Messenger.OpenChat(Email).SendMessage("/nick [Jef] Current Online admin: (!N)");
}
but if you want to do it without opening a conversation window,
code:
function OnEvent_ContactSignin(Email){
if(Email == "someone@somewhere.com") Messenger.MyName = "[Jef] Current Online admin: " + Messenger.MyContacts.GetContact(Email).Name;
}
Yes i've seen this while search
but i can't have this worked.
Add new i can
But strange it doesnt work
(tested with signing my other e-mail in)