Eventos v2.0

By eNkIL on Sep 25, 2018

alias me {
  echo -mt • $+ $me $+ : $1- 
  .me $1- 
  halt
} 

on *:input:*:{
  if ($active == status window) {
    if (!$ctrlenter) && ($left($1,1) !== /) {
      echo -s Status Window
      haltdef
    }
  }
  if ($active == $chan) {
    if (!$ctrlenter) && ($left($1,1) !== /) {
      var %pt.stat = $replace($nick($chan,$nick).pnick,@,7@,+,9+,%,8%,!,!,~,5~,&,4&)
      var %rga = $remove(%pt.stat,$nick)
      .msg $chan $1- 
      echo -lmt $chan ( $+ %rga $+ $me $+ ): $$1- 
      haltdef
    }
  }
  else { 
    if (!$ctrlenter) && ($left($1,1) !== /) {
      echo -mt ( $+ $me $+ ): $$1-
      .msg $active $1-
      haltdef
    }
  }
}

on ^*:text:*:#: {
  if ($me isin $strip($1-)) && ($chan != $active) {
    var %qtip $tip(highlight,Te Nombraron en $chan,» $nick $+ : $1 $2 $3 $+ ... ) | flash -w ...
  }
  if ($me isin $strip($1-)) {
    var %pt.stat = $replace($nick($chan,$nick).pnick,@,7@,+,9+,%,8%,!,!,~,5~,&,4&)
    var %rga = $remove(%pt.stat,$nick)
    echo -lmt $chan »( $+ %rga $+ $nick $+ ): $$1- | halt
  }
  if ($me !isin $strip($1-)) {
    var %pt.stat = $replace($nick($chan,$nick).pnick,@,7@,+,9+,%,8%,!,!,~,5~,&,4&)
    var %rga = $remove(%pt.stat,$nick)
    echo -lmt $chan ( $+ %rga $+ $nick $+ ): $$1- | halt
  }
}

on ^*:TEXT:*:?: { 
  echo -mt $query($nick) ( $+ $nick $+ ): $$1-
  haltdef
}

on ^*:ACTION:*:#:{
  if ($me isin $strip($1-)) && ($chan != $active) {
    var %qtip $tip(highlight,Te Nombraron en $chan,» $nick $+ : $1 $2 $3 $+ ... ) | flash -w ...
  }
  if ($me !isin $strip($1-)) {
    echo -mt $chan • $+ $nick $+ : $1- 
    haltdef
  }
  if ($me isin $strip($1-)) {
    echo -mt $chan »• $+ $nick $+ : $1- 
    halt
  }
}

on ^*:action:*:?: { 
  echo -mt $query($nick) • $+ $nick $+ : $$1-
  haltdef
}

on ^*:NOTICE:*:?: {
  echo -at » Notice - $nick $+ : $1-
  haltdef
}

on ^*:SNOTICE:*: { 
  echo -st » $server - Notice $+ : $2-
  haltdef 
}

Comments

Sign in to comment.
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.