Skip to content

Instantly share code, notes, and snippets.

@aaronthorp
Created January 7, 2015 04:43
Show Gist options
  • Save aaronthorp/52b42620112910588728 to your computer and use it in GitHub Desktop.
Save aaronthorp/52b42620112910588728 to your computer and use it in GitHub Desktop.
mirc popup
on *:text:*:#:{
var %m = $lower($1-)
var %n = $lower($me)
if (%n isin %m) noop $tip(me_tip,$nick mentioned you in #,$1-)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment