Hi fossa

many thanks for the reply but i ended up calling from snotice. apologies for being late on my reply but i've had a bit of conenction issue

Quote:
on ^*:snotice:*:{
if (client connecting isin $1-) {
if (mibbit isin $5) {
msg #Cheirops 4 Hello 3 $4 4 it's $date and you are using 3 Mibbit
haltdef
}
if (uid isin $5) {
msg #Cheirops 4 Hello 10 $4 4 it's $date and you are using 10 (Free) IRC Cloud
haltdef
}
if (sid isin $5) {
msg #Cheirops 4 Hello 14 $4 4 it's $date and you are using 14 (Paid) IRC Cloud
haltdef
}
if (kiwibot isin $5) {
msg #Cheirops 4 Hello 3 $4 4 This is an indexing bot
haltdef
}
if (iCrawl isin $5) {
msg #Cheirops 4 Hello 3 $4 4 This is an indexing bot
haltdef
}
if (tunix isin $5) {
msg #Cheirops 4 Hello 3 $4 4 This is an indexing bot
haltdef
}
}
}


if this can be simplified it'd be ideal but for now this is bang on smile