;******************************************************************* ;******************************************************************* ;****************** -=- Addon TimeStamp -=- ****************** ;**************** - by ][GaRg0lA][ - ***************** ;*** *** *** !*** *Make on Enero 9 2007 * ***! *** *** *** *** :*** *** *** !*** MaDe En Veracruz, Mexico ***! *** *** *** ;****************************************************************** ;------------------------------------------------------------------------------- menu menubar,channel,status { Timestamp Editor: dialog -dm timestamp timestamp } dialog timestamp { title "Timestamp editor" size -1 -1 144 30 option dbu button "Set", 1, 0 12 37 12, flat edit "", 2, 0 1 143 11 button "Close", 3, 106 12 37 12, flat,ok link "wWw.CodigoPlus.Com", 4, 41 14 65 14 } on *:dialog:timestamp:sclick:*:{ if $did = 1 { /timestamp -f $did(2).text }