xdesoto   -  Oct 12, 2012

Okay, I found something that could be fixed.
In "messages"

alias go {
  if ($1 == $null) { echo $active You need to include a channel name. | halt }
  if ($chr(35) !isin $1-) { join $chr(35) $+ $1- | halt }
  join $1-
}

It will come out in a single code line.

blackvenomm666  -  Oct 15, 2012

just saying the second if statement is unecessary you could just do it like this

alias go {
  if ($1 == $null) { echo $active You need to include a channel name. | halt }
   else { join #$1-
  }
}

this is how i have mine set up it's in the alias tab so no need for the word alias on mine

 jo { .join #$1 } 
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.