Created
January 7, 2015 04:43
-
-
Save aaronthorp/52b42620112910588728 to your computer and use it in GitHub Desktop.
mirc popup
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
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