im not sure why your performing a carriage return for that a simple
kick $chan $nick $kickmsg | ban $chan $nick
would do the trick... or ban -k $nick msghere
on *:join:#:{ if ($me isop #) { ban -k $nick kickmsghere } }
but again im not sure why you would use that because that would kick everyone that joins
$cr is carrirage return while $crlf returns carriage yes but also is a new line feed.. so that for example if you were to write to a editbox from txt file or something you would write did -a $dname ID whatever $crlf for it to hadd a new line after returning each and every line
Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }