Advertisement
SaNCaK

mIRC @Notify

Feb 15th, 2014
500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.07 KB | None | 0 0
  1. menu @Notify {
  2.   Clear:/clear
  3.   -
  4.   Close:/window -c @Notify
  5. }
  6. on *:NOTIFY: {
  7.   $iif(!$window(@Notify),window -ne @Notify) {
  8.     echo @Notify $timestamp 12___[14  Notify: 2 $nick 14is online irc12]--------------------o
  9.     echo @Notify $timestamp 12|--> 14Address: 2 $address 12
  10.     echo @Notify $timestamp 12|--> 14Not: 2 $notify($nick).note 
  11.     echo @Notify $timestamp 12|--> 14Time:2 $time 14Date:2 $date 14Day:2 $day 
  12.     echo @Notify $timestamp 12¯°---------------------------------------------------------------------o
  13.   }
  14. }
  15. on *:UNOTIFY: {
  16.   haltdef
  17.   $iif(!$window(@Notify),window -ne @Notify)  {
  18.     echo @Notify $timestamp 12___[14  Notify:2 $nick 14is offline irc12]--------------------o
  19.     echo @Notify $timestamp 12|--> 14Address: 2 $address 12
  20.     echo @Notify $timestamp 12|--> 14Not: 2 $notify($nick).note 
  21.     echo @Notify $timestamp 12|--> 14Time:2 $time 14Date:2 $date 14Day:2 $day 
  22.     echo @Notify $timestamp 12¯°---------------------------------------------------------------------o
  23.   }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement