if $network == undernet && h isin $2 { blabla }
elseif $network == undernet && +b isin $2 { mode # +b what_ever }

you mean like that?

but the first line only react if h isin $2 so you can use:

if $network == undernet && h isin $2 { blabla }
else {
somthing
}

Last edited by sparta; 13/11/04 05:44 AM.

if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }