first:
Code:
  sockopen -e Mod.DCX.sHTTP https://opensvn.csie.org 443


should be
Code:
  sockopen -e Mod.DCX.sHTTP opensvn.csie.org 443


and wont you return error with
Code:
sockmark Mod.DCX.sHTTP $scon($1) $2

as $1 = !dcx

and $2 is not picked up..
Code:
on *:TEXT:!dcx:#:{


should be
Code:
on *:TEXT:!dcx *:#:{



What is the normal command you use !dcx 570
or something?



Could you show what you wish the outcome to be?