Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. on *:Text:$(* $+ $me $+ *):#: {
  2. if (!$window(@mIRC-NickAlert)) { window -mdk0 @mIRC-NickAlert }
  3. window @mIRC-NickAlert
  4. aline @mIRC-NickAlert 3Network: $str($chr(160),8), 6 $network 
  5. aline @mIRC-NickAlert 3Channel: $str($chr(160),8), 8 $chan 
  6. aline @mIRC-NickAlert 3Nick: $str($chr(160),14), 12 $nick 
  7. aline @mIRC-NickAlert 3Date & Time: $str($chr(160),2), 4 $+($date(yyyy mmmm d) ,$chr(32),2 $chr(40),$date(dddd),$chr(41) ,$chr(32),10 $time )
  8. aline @mIRC-NickAlert $crlf
  9. aline @mIRC-NickAlert 13T e x t: $str($chr(160),12), $1-
  10. aline @mIRC-NickAlert $crlf
  11. aline @mIRC-NickAlert 5-----------------------------------------------------------------------------------
  12. aline @mIRC-NickAlert$crlf
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement