Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- menu @Notify {
- Clear:/clear
- -
- Close:/window -c @Notify
- }
- on *:NOTIFY: {
- $iif(!$window(@Notify),window -ne @Notify) {
- echo @Notify $timestamp 12___[14 Notify: 2 $nick 14is online irc12]--------------------o
- echo @Notify $timestamp 12|--> 14Address: 2 $address 12
- echo @Notify $timestamp 12|--> 14Not: 2 $notify($nick).note
- echo @Notify $timestamp 12|--> 14Time:2 $time 14Date:2 $date 14Day:2 $day
- echo @Notify $timestamp 12¯°---------------------------------------------------------------------o
- }
- }
- on *:UNOTIFY: {
- haltdef
- $iif(!$window(@Notify),window -ne @Notify) {
- echo @Notify $timestamp 12___[14 Notify:2 $nick 14is offline irc12]--------------------o
- echo @Notify $timestamp 12|--> 14Address: 2 $address 12
- echo @Notify $timestamp 12|--> 14Not: 2 $notify($nick).note
- echo @Notify $timestamp 12|--> 14Time:2 $time 14Date:2 $date 14Day:2 $day
- echo @Notify $timestamp 12¯°---------------------------------------------------------------------o
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement