Hello,

I've been trying to reproduce a /sockudp bug and finally after few hours i saw that is only working under 6.35 , probably here the /sockudp needs a -a flag (same as /bset)

Example:
Code
; execute this command including that event to reproduce the bug
//sockudp -k test 194.87.183.183 50008 $str($chr(255),4) $+ challenge rcon

ON *:UDPREAD:*: {
  var %test
  sockread -f %test

  echo -a IS: %test
}


laugh