Skip to content

Instantly share code, notes, and snippets.

@RangerDane
Last active March 3, 2017 09:40
Show Gist options
  • Save RangerDane/8340d2162f1c4cbac0968eee4011ff18 to your computer and use it in GitHub Desktop.
Save RangerDane/8340d2162f1c4cbac0968eee4011ff18 to your computer and use it in GitHub Desktop.
alias shouldstrip { if ($nick == Nick && $chan == #channel) return $true }
on ^:TEXT:*:#:if ($shouldstrip) { echo -mbflirt # #+(<,$nick(#,$nick).pnick,>) $strip($1-) | haltdef }
on ^:ACTION:*:#:if ($shouldstrip) { echo $color(action) -mbflirt # * $nick(#,$nick).pnick $strip($1-) | haltdef }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment