My Theme

By Weldon on Oct 05, 2012

just wanted to post my theme on here to share.

Screenshot: http://i46.tinypic.com/2wrmc9l.png

on ^*:TEXT:*:#:{
  echo $chan $timestamp $+ 14,1«9,1= $+ $nick $+ 9,1=14,1» $1-
  halt
}
on ^*:TEXT:*:?:{
  echo $nick $timestamp $+ 14,1«9,1= $+ $nick $+ 9,1=14,1» $1-
  haltdef
}
on *:INPUT:#:{ 
  if (/ !isin $left($1,1)) || ($ctrlenter) {
    echo -a $timestamp $+ 14,1«9,1= $+ $nick $+ 9,1=14,1» $1-
    .privmsg $active $1-
    haltdef
  }
}
on *:INPUT:?:{
  if (/ !isin $left($1,1)) {
    echo -a $timestamp $+ 14,1«9,1= $+ $nick $+ 9,1=14,1» $1-
    .privmsg $active $1-
    haltdef
  }
}
alias hop {
  if ($chan != $null) {
    echo -a 8,1[ 7,1H15,1opping $chan 8,1]
    /.hop
    halt
  }
  if ($chan == $null) {
    echo -a 8,1[ 7,1Error 8,1]8,1[7,1 C15,1an't 7,1H15,1op 7,1C15,1hannel 8,1]
    halt
  }
}
on ^*:join:#:{ 
  if ($nick != $me) {  
    echo $chan $timestamp 8,1[7,1J15,1oin 8,1]8,1[4,1 $nick $+ 8,1]8,1[4,1 $+ $address $+ 8,1]8,1[4,1 $chan 8,1]
  }
  if ($nick == $me) {
    echo $chan $timestamp 8,1[7,1N15,1ow 7,1J15,1oining 8,1]8,1[4,1 $chan 8,1]
  }
  haltdef
}
on ^*:part:#:{ 
  if ($nick == $me) { halt }
  if ($1-) { 
    echo $chan $timestamp 8,1[7,1P15,1art 8,1]8,1[4,1 $nick $+ 8,1]8,1[4,1 $+ $address $+ 8,1]8,1[4,1 $chan 8,1]8,1[4,1 $1- 8,1]
  }
  if (!$1-) { 
    echo $chan $timestamp 8,1[7,1P15,1art 8,1]8,1[4,1 $nick $+ 8,1]8,1[4,1 $+ $address $+ 8,1]8,1[4,1 $chan 8,1]
  }
  haltdef
}
on ^*:KICK:#:{  
  echo $chan $timestamp 8,1[7,1K15,1ick 8,1]8,1[4,1 $nick $+ 8,1]8,1[7,1H15,1as 7,1J15,1ust 4,1K15,1icked 8,1]8,1[4,1 $knick 8,1]8,1[4,1 $1- 8,1] 
  haltdef
}
on ^*:RAWMODE:#:{
  echo $chan $timestamp 8,1[7,1M15,1ode 7,1C15,1hange 8,1]8,1[4,1 $nick $+ 8,1]8,1[7,1H15,1as 7,1J15,1ust 7,1S15,1et 7,1M15,1ode 8,1]8,1[4,1 $1- 8,1]8,1[4,1 $chan 8,1]
  haltdef
}
on ^*:QUIT:{
  var %p = 0 | while (%p < $comchan($nick,0)) { inc %p | echo $comchan($nick,%p) 8,1[7,1Q15,1uit 8,1]8,1[4,1 $remove($nick,$mid($1,1, $+ $pos($1,~,2))) 8,1]8,1[7,1H15,1as 7,1L15,1eft 7,1T15,1he 7,1S15,1erver 8,1]8,1[4,1 $1- 8,1]
    haltdef
  }  
}
on ^*:NICK:{
  var %i = 0 | while (%i < $comchan($newnick,0)) { inc %i | echo $comchan($newnick,%i) 8,1[7,1N15,1ick 7,1C15,1hange 8,1]8,1[4,1 $nick 8,1]8,1[7,1I15,1s 7,1N15,1ow 7,1K15,1nown 7,1A15,1s 8,1]8,1[4,1 $newnick 8,1]
    haltdef
  }
}
on ^*:NOTICE:*:*:{
  if ($activecid == $cid) {
    if ([Welcome* iswm $1) echo $remove($1,$chr(91),Welcome,$chr(45),$chr(93)) 8,1[7,1G15,1reet 8,1]8,1[7,1 $2- 8,1]
    if ([Welcome- !isin $1-) echo -a 8,1[7,1N15,1otice 7,1F15,1rom 8,1]8,1[4,1 $nick 8,1]8,1[7,1 $1- 8,1]
    haltdef
  }
  if ($activecid != $cid) {
    if ([Welcome* iswm $1) echo $remove($1,$chr(91),Welcome,$chr(45),$chr(93)) 8,1[7,1G15,1reet 8,1]8,1[7,1 $2- 8,1]
    if ([Welcome- !isin $1-) { echo -a 8,1[7,1N15,1otice 7,1F15,1rom 8,1]8,1[4,1 $nick 8,1]8,1[7,1 $1- 8,1]
    }
    haltdef
  }
}
alias notice {
  echo -a 8,1[7,1N15,1otice 8,1]8,1[7,1 $1 8,1]8,1[7,1 $2- 8,1]
  .notice $1 $2-
  haltdef
}
on ^*:INVITE:*:{
  if ($activecid == $cid) {
    echo -a 8,1[7,1I15,1nvite 8,1]8,1[4,1 $nick $+ 8,1]8,1[7,1I15,1nvited 7,1Y15,1ou 7,1T15,1o 8,1]8,1[4,1 $chan 8,1]
    haltdef
  }
  if ($activecid != $cid) {
    echo -a 8,1[7,1I15,1nvite 8,1]8,1[4,1 $nick $+ 8,1]8,1[7,1I15,1nvited 7,1Y15,1ou 7,1T15,1o 8,1]8,1[4,1 $chan 8,1]
    haltdef
  }
}
on ^*:TOPIC:*:{
  if ($1-) {
    echo $chan $timestamp 8,1[7,1T15,1opic 8,1]8,1[4,1 $nick $+ 8,1]8,1[7,1C15,1hanged 7,1T15,1opic 7,1T15,1o 8,1]8,1[7,1 $1- 8,1]
  }
  if (!$1-) {
    echo $chan $timestamp 8,1[7,1T15,1opic 8,1]8,1[4,1 $nick $+ 8,1]8,1[7,1C15,1hanged 7,1T15,1opic 7,1T15,1o 8,1]8,1[7,1 $1- 8,1]
  }
  haltdef
}
on ^*:snotice:*:{
  echo -s  8,1[7,1S15,1notice 8,1]8,1[4,1 $server 8,1]8,1[7,1 $2- 8,1]
  haltdef
}
on ^*:WALLOPS:*:{
  echo -s  8,1[7,1W15,1allops 8,1]8,1[4,1 $server 8,1]8,1[7,1 $1- 8,1]
  haltdef
}
alias action {
  echo $chan $timestamp 8,1[7,1A15,1ction 8,1]8,1[4,1 $nick 8,1]8,1 $1- 
  .me $1-
  haltdef
}
raw 311:*:{
  echo -a 8,1[7,1W15,1hois 8,1]
  echo -a 8,1[7,1N15,1ick 8,1]8,1[7,1 $2 8,1]
  echo -a 8,1[7,1F15,1ull 7,1N15,1ame 8,1]8,1[7,1 $6 8,1]
  echo -a 8,1[7,1H15,1ost 7,1N15,1ame 8,1]8,1[7,1 $3 $+ @ $+ $4 8,1] 
  halt
}
;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;Alias Themes;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;
alias me {
  echo $chan $timestamp($chan) 14,1«9,1= $+ $me $+ 9,1=14,1» $1-
  .me $1-
  haltdef
}
alias amsg {
  var %c = $chan(O) 
  while (%c) {
    set %amsg on
    set %channelz $chan(%c)
    .msg %channelz $1-
    .echo %channelz $timestamp 14,1«9,1= $+ $me $+ 9,1=14,1» $1-
    dec %c
  }
  unset %amsg
  unset %channelz
}
alias msg {
  if (= isin $1) || (%amsg) .msg $1 $2- 
  else {
    .msg $1 $2-
    echo -a $timestamp 14,1«9,1= $+ $me $+ 9,1=14,1»
  }
}
alias sconamsg {
  var %x = 1
  var %chans = $chan(0)
  var %scid = $scon(0)
  var %scon = 1
  :started
  scon %scon
  if (!$server) && (%scon != scid) { inc %scon | goto started }
  if (!$server) && (%scon == %scid) { goto end }
  if ($chan(1)) amsg $1-
  if (!$chan(1)) && (%scon != %scid) { inc %scon | goto started }
  if (!$chan(1)) && (%scon == %scid) { goto end }
  if (%scid <= %scon) {
    goto end
  }
  inc %scon
  goto started
  :end
  haltdef 
}
alias sconnick {
  var %x = 1
  var %chans = $chan(0)
  var %scid = $scon(0)
  var %scon = 1
  :started
  scon %scon
  nick $1
  if (%scid <= %scon) {
    goto end
  }
  inc %scon
  goto started
  :end
  haltdef 
}
alias sconaway {
  var %x = 1
  var %chans = $chan(0)
  var %scid = $scon(0)
  var %scon = 1
  :started
  scon %scon
  away $1-
  if (%scid <= %scon) {
    goto end
  }
  inc %scon
  goto started
  :end
  haltdef 
}
alias startscript {
  .timestamp -f 2,1«8,1{ddd h:nn8,1}2,1»
}
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;RAWS;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
raw 001:*:{
  echo -s 8,1[7,1C15,1onnection 7,1I15,1nfo 8,1]8,1[7,1 $2- 8,1]
  halt
}
raw 002:*:{
  echo -s 8,1[7,1C15,1onnection 7,1I15,1nfo 8,1]8,1[7,1 $2- 8,1]
  halt
}
raw 003:*:{
  echo -s 8,1[7,1C15,1onnection 7,1I15,1nfo 8,1]8,1[7,1 $2- 8,1]
  halt
}
raw 004:*:{
  echo -s 8,1[7,1S15,1erver 7,1M15,1ode 8,1]8,1[7,1 $2- 8,1]
  halt
}
raw 251:*:{
  echo -s 8,1[7,1L15,1users 8,1]8,1[7,1 $2- 8,1]
  halt
}
raw 252:*:{
  echo -s 8,1[7,1L15,1users 8,1]8,1[7,1 $2- 8,1]
  halt
}
raw 253:*:{
  echo -s 8,1[7,1L15,1users 8,1]8,1[7,1 $2- 8,1]
  halt
}
raw 254:*:{
  echo -s 8,1[7,1L15,1users 8,1]8,1[7,1 $2- 8,1]
  halt
}
raw 255:*:{
  echo -s 8,1[7,1L15,1users 8,1]8,1[7,1 $2- 8,1]
  halt
}
raw 256:*:{
  echo -s 8,1[7,1S15,1erver 7,1I15,1nfo 8,1]8,1[7,1 $2- 8,1]
  halt
}
raw 257:*:{
  echo -s 8,1[7,1S15,1erver 7,1I15,1nfo 8,1]8,1[7,1 $2- 8,1]
  halt
}
raw 258:*:{
  echo -s 8,1[7,1S15,1erver 7,1I15,1nfo 8,1]8,1[7,1 $2- 8,1]
  halt
}
raw 259:*:{
  echo -s 8,1[7,1S15,1erver 7,1I15,1nfo 8,1]8,1[7,1 $2- 8,1]
  halt
}
raw 471:*:{
  echo -a 8,1[7,1E15,1rror 8,1]8,1[7,1 $2- 8,1]
  halt 
}
raw 471:*:{
  echo -a 8,1[7,1E15,1rror 8,1]8,1[7,1 $2- 8,1]
  halt 
}
raw 474:*:{
  echo -a 8,1[7,1E15,1rror 8,1]8,1[7,1 $2- 8,1]
  halt 
}
raw 475:*:{
  echo -a 8,1[7,1E15,1rror 8,1]8,1[7,1 $2- 8,1]
  halt 
}
raw 374:*:{
  echo -s 8,1[7,1E15,1rror 8,1]8,1[7,1 $2- 8,1]
  halt
}
raw 372:*:{
  echo -s 8,1[7,1M15,1OTD 8,1]8,1[7,1 $2- 8,1]
  halt
}
raw  377:*:{
  echo -s 8,1[7,1M15,1OTD 8,1]8,1[7,1 $2- 8,1]
  halt
}
raw 375:*:{
  echo -s 8,1[7,1M15,1OTD 8,1]8,1[7,1 $server 7,1M15,1essage 7,1O15,1f 7,1T15,1he 7,1D15,1ay 8,1]
  halt
}
raw 376:*:{
  echo -s 8,1[7,1M15,1OTD 8,1]8,1[7,1 E15,1nd 7,1O15,1f 7,1M15,1essage 7,1O15,1f 7,1T15,1he 7,1D15,1ay 8,1]
  halt
}
raw 432:*:{
  echo -a  8,1[7,1E15,1rror 8,1]8,1[7,1 $2- 8,1]
  halt
}
raw 437:*:{
  echo -a  8,1[7,1E15,1rror 8,1]8,1[7,1 $2- 8,1]
  halt
}
raw 436:*:{
  echo -s  8,1[7,1E15,1rror 8,1]8,1[7,1 $2- 8,1]
  halt
}
raw 482:*:{
  echo $2 8,1[7,1E15,1rror 8,1]8,1[7,1 Y15,1ou 7,1A15,1re 7,1N15,1ot 7,1A 7,1C15,1hannel 7,1O15,1perator 8,1]
  halt
}
raw 481:*:{
  echo -a  8,1[7,1E15,1rror 8,1]8,1[7,1Y15,1ou 7,1A15,1re 7,1N15,1ot 7,1A15,1n 7,1I15,1RC 7,1O15,1perator 8,1]
  haltdef
}
raw 464:*:{
  echo -a  8,1[7,1E15,1rror 8,1]8,1[7,1O15,1per 7,1P15,1assword 7,1I15,1ncorrect 8,1]
  halt
}
raw 491:*:{
  echo -a  8,1[7,1E15,1rror 8,1]8,1[7,1N15,1o 7,1O15,1lines 7,1F15,1or 7,1Y15,1our 7,1H15,1ost 8,1]
  halt
}
raw 474:*:{
  echo -a  8,1[7,1E15,1rror 8,1]8,1[7,1C15,1annot 7,1J15,1oin 7,1C15,1hannel 7,1Y15,1ou 7,1A15,1re 7,1B15,1anned (+B) 8,1] 
  haltdef
}
raw 475:*:{
  echo -a  8,1[7,1E15,1rror 8,1]8,1[7,1C15,1annot 7,1J15,1oin 7,1C15,1hannel 7,1K15,1ey 7,1N15,1eeded (+K) 8,1] 
  haltdef
}
raw 473:*:{
  echo -a  8,1[7,1E15,1rror 8,1]8,1[7,1C15,1annot 7,1J15,1oin 7,1C15,1hannel 7,1I15,1nvite 7,1O15,1nly (+I) 8,1] 
  haltdef
}
raw 404:*:{
  echo -a  8,1[7,1E15,1rror 8,1]8,1[7,1C15,1annot 7,1S15,1end 7,1T15,1o 7,1C15,1hannel(No External Message) 8,1] 
  haltdef
}

raw 433:*:{
  echo -s  8,1[7,1E15,1rror 8,1]8,1[7,1N15,1ick $2 7,1I15,1s 7,1A15,1lready 7,1B15,1eing 7,1U15,1sed 8,1] 
  halt
}
raw 421:*:{
  echo -a  8,1[7,1E15,1rror 8,1]8,1[7,1 $2 7,1I15,1s 7,1A15,1n 7,1U15,1nknown 7,1C15,1ommand 8,1]
  haltdef
}
raw 477:*:{
  echo -a  8,1[7,1E15,1rror 8,1]8,1[7,1C15,1annot 7,1J15,1oin 7,1C15,1hannel 7,1M15,1embers 7,1O15,1nly (+J) 8,1]
  haltdef
}
raw 461:*:{ 
  echo -a  8,1[7,1E15,1rror 8,1]8,1[7,1N15,1ot 7,1E15,1nough 7,1P15,1arameters 7,1F15,1or $2 8,1]
  haltdef
}
raw 265:*:{
  echo -s 8,1[7,1G15,1lobal 7,1U15,1sers 8,1]8,1[7,1 $3- 8,1]
  halt 
}
raw 332:*:{
  echo $2 8,1[7,1C15,1urrent 7,1T15,1opic 8,1]8,1[7,1 $3- 8,1]
  halt
}
raw 333:*:{
  echo $2 8,1[7,1T15,1opic 7,1S15,1et 7,1B15,1y 8,1]8,1[7,1 $3- 8,1]
  halt
}
raw 433:*:{
  echo -s 8,1[7,1E15,1rror 8,1]8,1[7,1N15,1ick $2 7,1I15,1s 7,1A15,1lready 7,1B15,1eing 7,1U15,1sed 8,1]
  haltdef
}
raw 341:*:{
  echo -s 8,1[7,1I15,1nvite 8,1]8,1[7,1 $2 7,1H15,1as 7,1B15,1een 7,1I15,1nvited 7,1T15,1o $chan 8,1]
  haltdef
}
raw 314:*:{
  echo -a 8,1[7,1N15,1ames 8,1]8,1[7,1 $2- 8,1]  
  halt
}              
raw 312:*:{
  echo -a 8,1[7,1S15,1erver 8,1]8,1[7,1 $3 $+ $4- $+ 8,1]8,1[7,1 $serverip 8,1]
  halt
} 
raw 243:*:{
  echo -s 8,1[7,1S15,1tats 7,1O 8,1]8,1[7,1 $3- 8,1]
  haltdef
}     
;services set $strip($replace($3,!*@*, )) admin off
raw 216:*:{
  echo -s 8,1[7,1S15,1tats 7,1K 8,1]8,1[7,1 $2- 8,1]
  haltdef
}                      
raw 369:*:{
  echo -a  8,1[7,1W15,1ho7,1W15,1as 8,1]8,1[7,1 $2- 8,1] 
  halt 
}                                      
raw 379:*:{
  echo -a 8,1[7,1U15,1sing 7,1M15,1odes 8,1]8,1[7,1 $6- 8,1]
  halt
}
raw 307:*:{
  echo -a 8,1[7,1R15,1egistered 7,1U15,1ser 8,1]8,1[7,1 Y15,1es 8,1]
  halt
}
raw 378:*:{
  echo -a 8,1[7,1R15,1aw 7,1I15,1nfo 8,1]8,1[7,1 $2 7,1I15,1s 7,1C15,1onnecting 7,1F15,1rom $6- 8,1]
  halt
}
raw 319:*:{
  echo -a 8,1[7,1C15,1hannels 8,1]8,1[7,1 $3- 8,1]
  halt
}
raw 313:*:{
  echo -a 8,1[7,1S15,1tatus 8,1]8,1[7,1 $5- 8,1]
  halt
}
raw 310:*:{
  echo -a 8,1[7,1R15,1aw 7,1I15,1nfo 8,1]8,1[7,1 $4- 8,1]
  halt
}
raw 320:*:{
  echo -a 8,1[7,1R15,1aw 7,1I15,1nfo 8,1]8,1[7,1 $3- 8,1] 
  halt
}
raw 330:*:{
  echo -a 8,1[7,1R15,1aw 7,1I15,1nfo 8,1]8,1[7,1 $4- 8,1]
  halt
}
raw 317:*:{
  if (%nodisp != On) { echo -a 8,1[7,1I15,1dle 8,1]8,1[7,1 $duration($3,hh nn ss) 8,1] }
  if (%nodisp != On) { echo -a 8,1[7,1S15,1igned 7,1O15,1n 8,1]8,1[7,1 $asctime($4 $+ , dddd mmmm dd yyyy) @ $asctime(hh:ntt) 8,1]}
    haltdef
  }
}
raw 301:*:{
  echo -a 8,1[7,1A15,1way 8,1]8,1[7,1 $3- 8,1]
  halt
}
raw 318:*:{
  echo -a 8,1[7,1E15,1nd 7,1Of 7,1Whois 8,1]
  haltdef
}
raw 352:*:{
  dns $4
}
raw 353:*:{
  echo -a 8,1[7,1N15,1ames 8,1]8,1[7,1 $replace($3,$chr(35),%pound) $+ \ $+ $4- $+  $+ 8,1]
  haltdef
}

Comments

Sign in to comment.
Weldon   -  Nov 03, 2012

thanks, its still in progress, had to change things around just to use a color talker which likes to crap out on me for no reason LOL and sometimes /me or / of any kind doesnt want to work. so its still a work in progress :)

WildTiger  -  Dec 17, 2015

cool but how can i change colors to write in colors i mean ?

Sign in to comment

blackvenomm666   -  Nov 03, 2012

love the lo theme weldon

 Respond  
xdesoto   -  Oct 05, 2012

First off you have two Time Stamps.. Although I disagree on using the Day for a time stamp. I don't like it.. But, that's just me.
Second, maybe change up the color of you're name and other users, it's easier to distinguish.

 Respond  
Sorasyn   -  Oct 05, 2012

Sweet. :)

 Respond  
Weldon   -  Oct 05, 2012

yup just posted one..sorry forgot i didnt do it. lol

 Respond  
Sorasyn   -  Oct 05, 2012

Have a screenshot of it?

 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.