You just add an IF statement for your name

Code:
 if ( $nick != Bestpeff ) { 

    //code 
 } 


or you can do it in another way

Code:
 if ( $nick == Bestpeff ) {

    return 
 }