Don't ask why the $null [or &null] is important. It just is. Stupid server that has its own flash clients. Just how it's built.
Code:
on 1:sockopen:sClient: {
  bset &null 1 0
  sockwrite sClient NICK %nick $+ $crlf $+ $bvar(&null,1).text
  sockwrite sClient USER %nick icq.com irc.icq.com : %nick $+ $crlf $+ $bvar(&null,1).text
  /*
  sockwrite sClient NICK %nick $+ $crlf $+ $null
  sockwrite sClient USER %nick icq.com irc.icq.com : %nick $+ $crlf $+ $null
  */
}
 


EDIT: Yes it's IrCQ, but on port 7012.

Last edited by z0r; 07/03/04 12:17 AM.