I solved it. It was NOTIFY instead of Notice.

So first I set the nick on the notify list and then used

Code:
on 1:NOTIFY:{
  if ($network == nameofthenetwork) {
    .msg nickofthebot invite command
  } 
}