Advertisement
DjSxX

Untitled

Feb 26th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.32 KB | None | 0 0
  1. on ^*:notice:*:*:{
  2.   if (thelion isin $nick) && (counter isin $1-) {
  3.     haltdef
  4.   }
  5.   elseif ($nick == *status) {
  6.     if (!$window($+(@ZNC.,$network,.,$cid))) window -n @ZNC. [ $+ [ $network ] ] $+ . [ $+ [ $cid ] ]
  7.     echo $+(@ZNC.,$network,.,$cid) $timestamp $1-
  8.     haltdef
  9.   }
  10.   else {
  11.     echo -a $asctime( 11[HH:nn:ss] ) 0[4 $+ $network $+ 0][12notice.11 $+ $iif($chan, $chan, $nick) $+ 0] < $+ $nick $+ 0> $1-
  12.     haltdef
  13.   }
  14. }
  15.  
  16. on ^*:notice:*:?: {
  17.   if (thelion isin $nick) && (counter isin $1-) {
  18.     haltdef
  19.   }
  20.   elseif ($nick == *status) {
  21.     if (!$window($+(@ZNC.,$network,.,$cid))) window -n @ZNC. [ $+ [ $network ] ] $+ . [ $+ [ $cid ] ]
  22.     echo $+(@ZNC.,$network,.,$cid) $timestamp $1-
  23.     haltdef
  24.   }
  25.   else {
  26.     echo -a $asctime( 11[HH:nn:ss] ) 0[4 $+ $network $+ 0][12notice0] < $+ $nick $+ 0> $1-
  27.     haltdef
  28.   }
  29. }
  30.  
  31. on ^*:notice:*:#: {
  32.   if (thelion isin $nick) && (counter isin $1-) {
  33.     haltdef
  34.   }
  35.   elseif ($nick == *status) {
  36.     if (!$window($+(@ZNC.,$network,.,$cid))) window -n @ZNC. [ $+ [ $network ] ] $+ . [ $+ [ $cid ] ]
  37.     echo $+(@ZNC.,$network,.,$cid) $timestamp $1-
  38.     haltdef
  39.   }
  40.   else {
  41.     echo -a $asctime( 11[HH:nn:ss] ) 0[4 $+ $network $+ 0][12notice.11 $+ $iif($chan, $chan, $nick) $+ 0] < $+ $nick $+ 0> $1-
  42.     haltdef
  43.   }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement