Skip to content

Instantly share code, notes, and snippets.

@ryancole
Created March 25, 2012 20:47
Show Gist options
  • Save ryancole/2199637 to your computer and use it in GitHub Desktop.
Save ryancole/2199637 to your computer and use it in GitHub Desktop.
Nickname auto-completion for mIRC
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