Mitsukaru Main Administrator
Admin '10 : GFX Crew '10 : Recruiter '10 : Posts : 1328 HWPoints : 1548 Join date : 2008-06-14
| Subject: Text Colors(mIRC) Mon Jul 12, 2010 3:29 am | |
| This will change any message you say on mIRC into the same message with a random color. - Code:
-
on *:INPUT:*: { var %rand = $rand(2,15) if ($me == $me) { say $+ %rand $+ $1- | halt } else if (%rand == 1) { say $+ 13 $+ $1- | halt } } | |
|