Skip to content
General IRCX

Question About Puid

A TG007 community discussion started by Dippy.

Discussion 1 post
Page 1 of 1
Open
Topic #15591 · 1 published post · 1,974 views

Hello :)

ok in this code what Param or prop would I use in php to id your seft to the server?

 

 

    elseif (PROP == $1) && ($3 == PUID) && ($hfind($hget($sockname,room),$2,1).data) {
	  var %pnick = $hget($hfind($hget($sockname,room),$2,1).data,nick)
	  sockwrite -tn $sockname $config(serv) 818 $hget($sockname,nick) %pnick PUID %pnick
	  sockwrite -tn $sockname $config(serv) 819 $hget($sockname,nick) %pnick End of properties
    }

As always thank you for replys