Hi,

why doesnt this work just only on the server that i specified in the if-"question"?

on *:CONNECT:{
if (($server == Daisy.aFterWorkChat.com) OR ($server == irc.afterworkchat.com))
{
ns identify password
join chan
}
}