Simple Theme

By xdesoto on Jun 30, 2007

Edit it anyway you want

Comments

Sign in to comment.
BigSteve   -  Jan 14, 2011

I never said I wrote it LucSatise just said it was from My script lol I never even commented on saying it was written by me, I said its from my script

any ways as LucSatise says credit goes to him he did write it :D

 Respond  
xdesoto   -  Jan 13, 2011

tsk tsk

 Respond  
LucSatise   -  Jan 13, 2011

Would like to note that the script BigSteve posted above I actually wrote and gave to him. he just doesn't know when to put credit where its due -.-

 Respond  
xdesoto   -  Jan 13, 2011

LOL
Really?

[b]Date Added Jun 30, 2007
Last Updated Jun 30, 2007[/b]
I don't even use this anymore and people still comment <3

 Respond  
Jethro   -  Jan 11, 2011

BigSteve, a shorter approach is to use $nick(#,$nick,)

if ($nick($chan,$nick,~)) {
...
}
elseif ($nick($chan,$nick,&)) {
...
}
so on and so forth..

compared to the use of > if ($left($nick($chan,$nick).pnick,1) == ) {

 Respond  
BigSteve   -  Jan 11, 2011

this is from my script


on ^*:TEXT:*:#:{
  if ($left($nick($chan,$nick).pnick,1) == ~) {
    echo $chan $darkestirc $timestampdirc 14/|13~ $+ $nick $+ 14|\15 $1-
  }
  elseif ($left($nick($chan,$nick).pnick,1) == &) {
    echo $chan $darkestirc $timestampdirc 14/|9& $+ $nick $+ 14|\15 $1-
  }
  elseif ($left($nick($chan,$nick).pnick,1) == @) {
    echo $chan $darkestirc $timestampdirc 14/|7@ $+ $nick $+ 14|\15 $1-
  }
  elseif ($left($nick($chan,$nick).pnick,1) == %) {
    echo $chan $darkestirc $timestampdirc 14/|10% $+ $nick $+ 14|\15 $1-
  }
  elseif ($left($nick($chan,$nick).pnick,1) == +) {
    echo $chan $darkestirc $timestampdirc 14/|11+ $+ $nick $+ 14|\15 $1-
  }
  else {
    echo $chan $darkestirc $timestampdirc 14/|6 $+ $nick $+ 14|\15 $1-
  }
  haltdef
}
on ^*:TEXT:*:?:{

  echo $nick $darkestirc $timestampdirc 14/|8 $+ $nick $+ 14|\15 $1-

  if ($active != $nick) { flash -b5 $nick }
  haltdef
}
 Respond  
Kedon   -  Feb 13, 2009

hei got a fix for this ?

on :input::{
if (/ !isin $left($1,1)) && (: !isin $right($1,1)) {
.msg $active $1-
echo -a $timestamp 7[13 $nick 7] $1-
halt
}

IF(/ Unknown command

 Respond  
Bouncer   -  Jul 01, 2007

Again I looked at it wrong. I thought it would relay EVERYTHING said in the inactive channels to the active one. I think my head is still messed up a bit.

 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.