Created
March 25, 2012 20:47
-
-
Save ryancole/2199637 to your computer and use it in GitHub Desktop.
Nickname auto-completion for mIRC
This file contains 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 *:TABCOMP:#: { | |
/editbox -a $1- $+ $chr(58) | |
/halt | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment