Last active
March 3, 2017 09:40
-
-
Save RangerDane/8340d2162f1c4cbac0968eee4011ff18 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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