My theme (green on grey)

By Protheus on Jan 07, 2017

My theme.

Screenshots:

Image 1
On ^*:Join:#: { echo -t $Chan 14(7JOIN14) 3{14- User3 $Nick $+ 14(3 $+ $Address($nick,1) $+ 14) Has Joined3 $Chan 14-3}  | halt }
On ^*:Part:#: { 
  if ($1- == $null) { echo -t $Chan 14(10PART14) 3{14- User3 $Nick 14Has Left3 $Chan 14-3} | halt }
  if ($1- != $null) { echo -t $Chan 14(10PART14) 3{14- User3 $Nick 14Has Left3 $Chan 14-3} 3(14-3 $1- 14-3) | halt }
}
On ^*:Rawmode:#:{ echo -t $Chan 14(11MODE14) 3{14- User3 $Nick 14Sets Mode: 14(11 $1- 14) in3 $Chan 14-3} | Halt }
On ^*:Text:*:#: { echo -t $Chan 3{14-3 $Nick 14-3} $1- | Halt }
On ^*:Text:*:?: { echo -t $nick 3{14-3 $Nick 14-3} $1- | Halt }
On ^*:QUIT:{
  haltdef
  var %z = 1
  while (%z <= $comchan($nick,0)) { echo -ti2 $comchan($nick,%z) 14(4QUIT14) 3{14- User3 $nick 14(3 $+ $address $+ 14)3-14(4 $+ $1- $+ 14) -3} | inc %z }
}
on ^*:NICK:{
  haltdef
  var %z = 1
  while (%z <= $comchan($newnick,0)) { echo -ti2 $comchan($newnick,%z) 14(9NICKCHANGE14) 3{14- User3 $nick 14changed his/her nick to3 $newnick 14-3} | inc %z }
}
on *:Input:*: {
  if ($left($1,1) == /) { $1- | halt }
  if ($left($1,2) == /) { $1- | halt }
  .msg $active $1-
  echo -t $active 3{14-3 $me 14-3}14 $1-
  halt
}
raw 001:*: {
  echo -st 3{14- $2 $3 $4 $+ 3 $5 $6 $7 14-3}14
  halt
}
raw 002:*: { 
  echo -st 3{14- $2 $3 $4 $+ 3 $5 14 $+ $6 $7 $+ :3 $8 14-3}14
  halt
}
raw 003:*: {
  echo -st 3{14- $2 $3 $4 $5 $+ 3 $6 $+ , $7 $8 $9  $+ 14 $+ $10 $+ 3 $11 $12 14-3}14
  halt
} 
raw 004:*: {
  echo -st 3{14- 3S14erver:3 $2 14 $+ 3V14ersion:3 $3  3U14sermodes:3 $4  3C14hanmodes:3 $5  14-3}14
  halt
}

Comments

Sign in to comment.
dma   -  Feb 26, 2017

got some screen shots bud?.

Protheus  -  Mar 17, 2017

If you can tell me how to embed images lol

Protheus  -  Mar 21, 2017

updated with screenshot @dma

dma  -  Sep 13, 2017

I like it but i cant get it to work ..dies it go in remotes?

Protheus  -  Dec 08, 2017

yea

Lucyfero  -  Jan 24, 2018

All Ctrl-K codes are missed!

Protheus  -  Jan 28, 2018

Lucyfero, for some reason the don't show up on Hawkee.

Sign in to comment

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.