well the point is you cant have two elses ina row because it wont work
its a oxymoron

if ($me isop $chan) {
stuff
}
else { ;this equate to if ($me !isop $chan)
stuff
}
else { ;this equate to if ($me isop $chan) "i think ive never messed with it so im not sure what statement it will draw its comparison from, and it really doesnt matter it will yeild a comparison you have already had.

Last edited by NeUtRoN_StaR; 09/01/06 12:04 AM.