Hi guys,
Another 1 for you..
this is code to show ip of user that may be behind a router (so I think) its for dchub.
CODE
Sub DataArival(curUser,curData)
If left(curData,8) = "$BlackDC" Then
curUser.SendData "$YourIP " & cStr(curUser.IP)
End If
can someone please give me lua code for this.
I thank you all again for your support to us lesser beings.
HAPPY DAYS
all it does is that it is sending Ip to that user.. ?(
function NewUserConnected(curUser)
curUser:SendData(Bot, "Your IP : "..curUser.sIP)
end
if you still want to use that code don't forget to end the subrutine too
End Sub
QuoteOriginally posted by Pedro
Hi guys,
Another 1 for you..
this is code to show ip of user that may be behind a router (so I think) its for dchub.
CODE
Sub DataArival(curUser,curData)
If left(curData,8) = "$BlackDC" Then
curUser.SendData "$YourIP " & cStr(curUser.IP)
End If
can someone please give me lua code for this.
I thank you all again for your support to us lesser beings.
HAPPY DAYS
check here (http://board.univ-angers.fr/thread.php?threadid=63&boardid=9)
plop