Code:
on ^*:text:*:*: {
  echo $target $timestamp $+(|, $nick ,|) $1-
  haltdef
}

on *:input:*: {
  if (/* iswm $1 || $readini($mircini,text,commandchar) $+ * iswm $1 || $ctrlenter) { return }
  .msg $target $1-
  echo $target $timestamp $+(|, $me ,|) $1-
  haltdef
}

Last edited by Riamus2; 07/07/07 02:14 AM.