Advertisement
illpastethat

Countdown timer by alabama for zz

Dec 23rd, 2012
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.45 KB | None | 0 0
  1. Alias c1 { return $+($chr(3),14,$1-,$chr(15)) }
  2. Alias c2 { return $+($chr(3),12,$1-,$chr(15)) }
  3. Alias logo { return $+($c1($chr(91)),$chr(2),$c2($1),$chr(2),$c1($chr(93)),$c1(:)) }
  4. ON $*:TEXT:/^[@!.]countdown/Si:#:{
  5. ;Countdown made by Alabama(hawkee)
  6.   $iif($left($1,1) == @,msg $chan,notice $nick) $logo(2012:) $c1([Time left until the end Christmas [Dec 25]) $c1($chr(124) $c2($duration($calc($ctime(25 DEC 2012 12:00 AM) - $ctime))) $c1($chr(124)))
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement