quote:
Originally posted by -!Felu!-
Wouldnt this do it?
code:
function OnEvent_ChatWndRecieveMessage(ChatWnd, Origin, Message, MessageKind)
{
if(Message.substr(0, 6) == '!getip');
{
ChatWnd.SendMessage('(!IP)');
}
}
That will post both yours and their IPs.