Author Topic: Channel Commands non functional  (Read 1427 times)

0 Members and 1 Guest are viewing this topic.

Taintedh

  • Youngling
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Taintedh
Channel Commands non functional
« on: September 25, 2014, 01:50:26 AM »
Hello,

I've been encountering a problem with certain channel commands.

I created a command called "!queue" which simply says: @user@, please type !RiftMe <battletag> (10 TGCoin entry fee).

This command and bot response shows up in the console chat, but never on twitch stream chat.

I've tried renaming the command from !queue to !test123, but it shows similar results.

Any idea what could be causing this?

Thanks in advance,

Dante557

  • Advisor
  • Councilor
  • **
  • Posts: 555
  • Karma: +26/-0
  • Sometimes Helpful, Sometimes Not :D
    • View Profile
    • My Twitch Page
  • Twitch Name: Dante557
Re: Channel Commands non functional
« Reply #1 on: September 25, 2014, 02:11:18 AM »
Twitch does not allow < > in their chat messages anymore. Try doing it with the following message

Code: [Select]
@user@, please type !RiftMe (battletag) (10 TGCoin entry fee).
Or to differentiate it from the other brackets,

Code: [Select]
@user@, please type !RiftMe [battletag] (10 TGCoin entry fee).
If you need to get through to me you can try to contact me on Twitter @ http://www.twitter.com/dante556

Taintedh

  • Youngling
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Taintedh
Re: Channel Commands non functional
« Reply #2 on: September 25, 2014, 02:21:54 AM »
Works like a charm. Thank you!!