Mirc Colors

By Darkkeeper on Feb 10, 2008

This is an easy way to change the colors and design of your mirc. I currently have it to change the color/design of modes, joins, parts, quits, nick changes, your own text and everyone elses text, and pm text. Change the colors and design of it to how you want it and load it in remotes. Feedback and ideas are welcome.

======================================
= Contact info!!                     =
= Server: irc.scrollrack.com         =
= Channel: #SubZer0                  =
= Nick: Abarai/Renji                 =
= Email: leetx@live.com              =
======================================

On ^*:Join:#: { echo $Chan 4{14-4 $Nick $+ 14(4 $+ $Address($nick,1) $+ 14) Has Joined4 $Chan 14-4}  | halt }
On ^*:Part:#: { 
  if ($1- == $null) { echo $Chan 4{14-4 $Nick 14Has Left4 $Chan 14-4} | halt }
  if ($1- != $null) { echo $Chan 4{14-4 $Nick 14Has Left4 $Chan 14-4} 4(14-4 $1- 14-4) | halt }
}
On ^*:Rawmode:#:{ echo -t $Chan 4{14-4 $Nick 14Sets Mode:14(4 $1- 14) in4 $Chan 14-4} | Halt }
On ^*:Text:*:#: { echo $Chan 4{14-4 $Nick 14-4}14 $1- | Halt }
On ^*:Text:*:?: { echo $nick 4{14-4 $Nick 14-4}14 $1- | Halt }
On ^*:QUIT:{
  haltdef
  var %z = 1
  while (%z <= $comchan($nick,0)) { echo -ti2 $comchan($nick,%z) 4{14- Quit:4 $nick 14(4 $+ $address $+ 14)4-14(4 $+ $1- $+ 14) -4} | inc %z }
}
on ^*:NICK:{
  haltdef
  var %z = 1
  while (%z <= $comchan($newnick,0)) { echo $comchan($newnick,%z) 4{14- 4NickChange14:4 $nick 14changed his/her nick to4 $newnick 14-4} | inc %z }
}
on *:Input:*: {
  if ($left($1,1) == /) { $1- | halt }
  if ($left($1,2) == /) { $1- | halt }
  .msg $active $1-
  echo $active 4{14-4 $me 14-4}14 $1-
  halt
}

Comments

Sign in to comment.
MsCAtrouble62   -  May 09, 2009

Wow that is nice ;o

 Respond  
Bullet_Dodger   -  Oct 12, 2008

It would be cool if you had the /whois one in colours but w/e

 Respond  
Jonesy44   -  Feb 11, 2008

Real nice script there, thanks !

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.