Me and a friend run a small irc server, when i goto bed he likes to be an ass and force me into rooms with odd names, i wrote a lil script that if the channel doesnt match a variable it parts but it doesnt work help would be apreciated
Code:
 
on *:join:#: {
  if ($chan != %chans)
  /part
}
 

And I set the variable by hand and checked to make sure it was what it was supposed to be


In Virginia, chickens cannot lay eggs before 8:00 a.m., and must be done before 4:00 p.m.