Top

- TimeStamp Editor -


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  4.8 (of 4 scores)
Date Added  Jan 28, 2007
Last Updated  Jan 28, 2007
Tags  editor  help  stamp  time  timestamp 

Introduction

Simply just put your desired timestamp you would like and click Ok.
The main reason I made this is because in the timestamp editor in the options you can't add color. Enjoy!

Grab the Code

menu menubar,channel,status {
  TimeStamp Editor: dialog -dm timestampedit timestampedit
}
dialog -l timestampedit {
  title "TimeStamp Editor"
  size -1 -1 124 69
  option dbu
  button "Ok", 1, 26 44 37 12, flat
  button "Cancel", 2, 65 44 37 12, flat cancel
  box "", 3, 2 0 119 42
  edit "", 4, 6 16 110 12
  edit "Scripted by Oliver( Ozzie785 ) 2007 ©", 5, 14 58 98 10, read
}
 
on *:dialog:timestampedit:sclick:*:{
  if $did = 1 {
    timestamp -f $did(4).text
  }
}

Comments

  (7)  RSS
Aaron
Comments: 104
 
mIRC Snippet:  - TimeStamp Editor -
Posted on Jan 28, 2007 7:43 pm
wow v nice, it shows not only hour and minute..but seconds also :)
Ozzie785
Comments: 4
 
mIRC Snippet:  - TimeStamp Editor -
Posted on Jan 28, 2007 9:31 pm
Yeah, I like it also I should of tried harder on the design of the dialog.
DarthReven
Comments: 468
 
mIRC Snippet:  - TimeStamp Editor -
Posted on Jan 29, 2007 4:39 am
I really don't see a "need" for the dialog but it is funtional and the code does what it is suposed to.
Bouncer
Comments: 119
 
mIRC Snippet:  - TimeStamp Editor -
Posted on Apr 7, 2007 2:45 pm
Only problem I see is that whatever the last color in your timestamp is it also makes your text that color. Fix that and I'd give it at least a 6.0
Bouncer
Comments: 119
 
mIRC Snippet:  - TimeStamp Editor -
Posted on Apr 7, 2007 3:58 pm
After tinkering with it further I noticed a couple more problems. One you should make it so that when someone clicks the Ok button it closes the dialog. Two when you reopen the dialog it should show the current timestamp you are using instead of erasing it so you have to type it all over again. Three once you reach the end of the box where you enter your timestamp text you can go no further so if someone happens to like a long timestamp with multiple colors they cannot input the whole timestamp they want. And don't forget the problem of the color I mentioned above. Fix all of those things and I'd give it a 10.0 because I can think of nothing else it should or should not do to make it better.
Bouncer
Comments: 119
 
mIRC Snippet:  - TimeStamp Editor -
Posted on Apr 7, 2007 4:11 pm
Sorry about posting so much but you might want to consider adding an alias to open it as some people might like to add it into their popups.
Calzo
Comments: 13
 
mIRC Snippet:  - TimeStamp Editor -
Posted on Jun 17, 2007 9:17 am
how does it work. and what is a time stamp :[

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom