Skip to content

Instantly share code, notes, and snippets.

@Keanu73
Last active August 29, 2015 13:56
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 Keanu73/9102566 to your computer and use it in GitHub Desktop.
Save Keanu73/9102566 to your computer and use it in GitHub Desktop.
mIRC color script
; mIRC Color Script
; By Keanu73 © 2013-2014
ON *:INPUT:*:{
if ($away) /away
if (/* iswm $1) return 1
say $regsubex($1-,//g,$chr(2) $+ $chr(3) $+ $base($gettok(2 3 4 5 6 7 10 12 14,$r(1,6),32),10,10,2))
haltdef
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment