Skip to content

Instantly share code, notes, and snippets.

@lukaszkorecki
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukaszkorecki/6b4dda8057abd08678e3 to your computer and use it in GitHub Desktop.
Save lukaszkorecki/6b4dda8057abd08678e3 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
sub on_add_lines {
my ($self, $str) = @_;
# my ($match) = $str =~ /ukasz/ge
if ($str =~ /[\@]?Łukasz|Lukasz/) {
`notify-send -t 200 Mention '#{$str}'`
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment