[Script] putdcccraw
#3
Pour info, voici la procédure de compatibilité présente dans le fichier compat.tcl:

tcl
proc putdccraw {idx size text} {
  if {!$idx} {
    putloglev o * "Warning! putdccraw is deprecated. Use putnow instead!"
    putnow $text
    return -code ok
  }
  putloglev o * "Warning! putdccraw is deprecated. Use putdcc instead!"
  if {![valididx $idx]} {return -code error "invalid idx"}
  putdcc $idx $text -raw
}


Répondre


Messages dans ce sujet
putdcccraw - par Furaxx37 - 25/04/2014, 09:48
RE: putdcccraw - par CrazyCat - 25/04/2014, 09:57
RE: putdcccraw - par CrazyCat - 25/04/2014, 10:10
RE: putdcccraw - par Furaxx37 - 25/04/2014, 10:10
RE: putdcccraw - par CrazyCat - 25/04/2014, 10:59
RE: putdcccraw - par Furaxx37 - 25/04/2014, 11:04
RE: putdcccraw - par CrazyCat - 25/04/2014, 11:53
RE: putdcccraw - par Furaxx37 - 25/04/2014, 12:13
RE: putdcccraw - par CrazyCat - 25/04/2014, 13:49
RE: putdcccraw - par Furaxx37 - 25/04/2014, 15:10

Atteindre :


Utilisateur(s) parcourant ce sujet : 2 visiteur(s)
Tchat 100% gratuit -Discutez en toute liberté