When my bot joins a channel it does not check if its mod / @ self only the others in the chat so it shows up in chatlist as normal user
how do i fix this? im using this in the bot
Code:
 on *:CONNECT:#: {
  if ($server == tmi.twitch.tv) {
    /raw CAP REQ :twitch.tv/membership
  }
}

this bot is in more than 1 channel and its not joining all channels when the program start, only its own channel and if people type !join in the channel it joins there channel

Last edited by Joveice; 23/07/15 09:23 PM.