You join the channel before the nicklist is populated, you need to catch raw numeric 366 (end of /names list):

Code:
raw 366:*:{
  var %chan = $2
  ...
}