Clock dialog

By Weasel on Jul 12, 2009

simply says the time. click in the channel (right click) and click clock
(requested by solitude)

#############################################################################################
#######made my twango/weasel tested by pickle,heartgal,ike,aerialman#########################
#############################################################################################
menu channel {
  clock: /dialog -m clock clock
}
alias clock {
  set %temp $asctime
  dialog -t clock %temp
}
dialog clock {
  size -1 -1 250 75
  title %temp
}
on 1:dialog:clock:init:*: {
  timerclock 0 1 clock
}
on 1:dialog:clock:close:*: {
  timerclock off
}

Comments

Sign in to comment.
Gabron   -  Oct 26, 2009

heh i take it its your first time with dialogs? its not to bad, but a little ugly that it shows on the top bar, and not actually in the box. Its not all that bad though, keep working at it, your on the right track :-)

 Respond  
Jonesy44   -  Aug 28, 2009

i think the idea is to show what's possible, sure not that useful. but still quite cool.

 Respond  
RagBot   -  Aug 27, 2009

People may be over reacting, but this is a pointless dialog. i can just look at the clock in the lower right hand side of the screen

 Respond  
Jonesy44   -  Jul 15, 2009

Looooooool. You're so stupid it makes me smile :)

 Respond  
Weasel   -  Jul 14, 2009

IDIOT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! THESE HAWKEE PEOPLE ARE JERKS AND ARE STUPIDER THAN CRAP!

 Respond  
Spanky   -  Jul 14, 2009

lol one thing to say to you weasel Give up on mirc scripting NOW!!! -.- do us a favor and /Quit!!!!!!

 Respond  
Weasel   -  Jul 14, 2009

no, i gave it to ike heartgal and aerialman, but pickle tested it,

 Respond  
Jonesy44   -  Jul 14, 2009

"tested by pickle,heartgal,ike,aerialman" -- you needed 4 people to test this? :|

 Respond  
Spanky   -  Jul 13, 2009

and what this is Rubbish. so stfu and go play outside.

 Respond  
pickle16   -  Jul 13, 2009

meanie.

 Respond  
Jonesy44   -  Jul 13, 2009

This is SO useless?!

/clock: start
/clock -u: update
/clock -s: stop

alias clock { if $regex($1,/^-([us])$/Si) { $iif($regml(1) == u,titlebar $timestamp,.timerclock off) } | else .timerclock 0 1 clock -u }
 Respond  
Spanky   -  Jul 13, 2009

ok if this is a dialog why is the dialog empty Only the titlebar tells the time... there for its not a dialog..

 Respond  
Weasel   -  Jul 13, 2009

lol, i forgot to give you credit for testing, edited

 Respond  
pickle16   -  Jul 13, 2009

:o

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.