Skip to content
  • Lee Starnes's avatar
    channeltrack: handle processing topic before join · 69b4f499
    Lee Starnes authored
    Due to eend_event being asynchronous, the RPL_TOPIC and
    RPL_TOPICWHOTIME events can be dispatched before the user_join event,
    which was causing the Channel object's topic and topicwho not to be
    set.
    
    Fixes #19
    69b4f499