i could probably get the lines down to about 1500 if i used pipes ( | ) but i hate using them, i perfer the old
on *:text:!blah:#:{
if (somethin == somethinelse) {
do this
else {
do this instead
}
}
as opposed to
on *:text:!blah:#: { if (somethin == somethinelse) { do this } | else { do this instead } }
But yes, he is a damn good bot if i do say so myself