Put the check in the on connect event.

Code:
on *:connect:{
  if ( $network == <YOUR_NETWORK_HERE> ) {
    .timerrndline 0 3600 msg #mychannel $!rndline 
  }
}

Quote:
//echo -a $network
This will show you exactly what to match.


LonDart