Code:
on 1000:TEXT:`join #*:#:{
  .join $2 | msg $chan Done joining $2 $+ . | .msg $2 Been told to join by $nick $+ . | halt
}
on 1000:TEXT:`part #*:#:{
  .msg $2 Been told to part, sowwy <3 | .part $2 | .msg $chan Done parting $2 $+ . | halt
} 


ok basicly i need to know how to add a msg to it were when i/somone say `join #blah and if its already on that channel it says (im already on that channel) and abit the same with part (i aint on that channel) and also if a user who is not level 1000 its says a msg saying access denied sorry i ask alot =P lolz


At Your Service.