time by nick. V2

By Korvin on Feb 24, 2007

paste in remotes, youll see what it does.

on ^*:TEXT:*:#: {
  if ($nick ishop $chan) {
    echo $chan 13 $+ $time(hh:nn:ss) 7<% $+ $nick $+ >12 $$1- | halt
    haltdef
  }
  if ($nick isvoice $chan) {
    echo $chan 13 $+ $time(hh:nn:ss) 2<+ $+ $nick $+ >12 $$1- | halt
    haltdef
  }
  if ($nick isop $chan) {
    echo $chan 13 $+ $time(hh:nn:ss) 4<@ $+ $nick $+ >12 $$1- | halt
    haltdef
  }
  if ($nick !isop $chan) {
    echo $chan 13 $+ $time(hh:nn:ss) 10< $+ $nick $+ >12 $$1- | halt
    haltdef
  }
}
on ^*:ACTION:*:#: {
  echo $chan 13 $+ $time(hh:nn:ss) < $+ $nick $+ > $$1- 
  haltdef
}
on 1:input:#: { 
  if ($left($1,1) == /) { return }
  if ($nick == $me) { 
    .msg $chan $1- 
    echo $chan 13 $+ $time(hh:nn:ss) 6< $+ $me $+ >12 $$1- 
    haltdef 
  } 
} 
on ^*:notice:*:#: {
  echo $chan 3 $+ $time(hh:nn:ss) < $+ $nick $+ > $$1- 
  haltdef
}

;now instead of this:
;<*****> um?
;and this:
;* Korvin slaps ******

;its:
;1:12:13 <*****> um?
;and this:
;01:12:47 * Korvin slaps ******

Comments

Sign in to comment.
Korvin   -  Jan 25, 2008

ROFL how dumb i was =p

 Respond  
Caligula   -  Dec 03, 2007

Sry korvin, here: if ($nick !isop $chan) {
Why !isop and not isreg?

 Respond  
Caligula   -  Nov 30, 2007

Sry was ACTION.. all ok good job :P

 Respond  
Caligula   -  Nov 30, 2007

In any time nick\'s color and text following changing automatically in 13 (pink). So it\'s not stable. U have a idea?

 Respond  
Korvin   -  Mar 10, 2007

NEW VERSION!!

 Respond  
Korvin   -  Feb 26, 2007

about setting the color? all you have to do is change the 13 to whatever u want

 Respond  
Lindrian   -  Feb 26, 2007

MAcMAD: I dont follow, what exactley do you want to do?
And for the \"/\", it wont be displayed since its a script itself that activates. So, it simply can not echo when u do a / command, if u havent set it to. And for the rest, I got no clue what U meant, and I dont even know if what I said above was correct, lol.

 Respond  
MAcMAD   -  Feb 26, 2007

here is a challenge for ya. try do it so that its does the same with when you chat aswell. though keep in mind that you must make it so that you will still be able to do server commands ( for those who are server admins ) eg: /list /topic ect. anything to do with \"/\" . have fun. You can\'t do a script half way. oh and Aaron. You can set your own colour to it.

 Respond  
Lindrian   -  Feb 24, 2007

oh, that might be true tye, I didnt know that. But its always worked for me, since echo -t shows the time, theres no need for $time and stuff, i would use $asctime(hh:ss:mm) though, just for the look i belive :D

 Respond  
tye   -  Feb 24, 2007

I believe /echo -t will only timestamp if you have timestamping enabled in your option.s

 Respond  
Korvin   -  Feb 24, 2007

there wasnt any diff..

 Respond  
Lindrian   -  Feb 24, 2007

type //echo -at $fulldate
for example, just to show u it works.
the type
//echo -a $fulldate
and ull see the difference.

 Respond  
Korvin   -  Feb 24, 2007

-t wont work -.-

 Respond  
Lindrian   -  Feb 24, 2007

uh well, this echos everything said in all channels, and i think it needs to be (hh) and not (h), and aswell, in echos, just add the -t to get time.

 Respond  
Aaron   -  Feb 24, 2007

mirc has built in timestamp

 Respond  
DarthReven   -  Feb 24, 2007

on ^1:text:*:#: { echo -t $chan $+(<,$nick,>,$chr(32),$1-) | halt }

 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.