Skip to content

Instantly share code, notes, and snippets.

View Keanu73's full-sized avatar

Keanu Keanu73

View GitHub Profile

Keybase proof

I hereby claim:

  • I am keanu73 on github.
  • I am keanu73 (https://keybase.io/keanu73) on keybase.
  • I have a public key ASBuP6gaHd_haWpT5fVxtCKT-9WtiWBxHwalqg0ij67j8Qo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am keanu73 on github.
  • I am keanu73 (https://keybase.io/keanu73) on keybase.
  • I have a public key ASA5Ryoq-qZ_r9Ig3OFkn4AdfhFrWfETtxfK4VnEpUDRFwo

To claim this, I am signing this object:

@Keanu73
Keanu73 / colorscript.mrc
Last active August 29, 2015 13:56
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
}