So I did some debugging. Did a simple echo back script to see if the function was working and it is. However it doesn't part the channel. I am confused. Any way here is the full message: -tmi.twitch:#channelnamehere You are permanently banned from talking in #channelnamehere


Code:

on *:NOTICE:You are permanently banned*:#: {
  .part $chr(35) $+ $nick
echo this works
}



Last edited by Netct25; 07/02/16 07:16 PM.