mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2015
Posts: 9
F
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
F
Joined: Jul 2015
Posts: 9
I have been working with my mIRC bot for multiple live streams so far, I even let other people use it on other channels and it worked perfectly.
Today I wanted to start the bot for my stream but none of the commands worked.

I tested again with a simple script:

Code:
    on *:TEXT:*:#:{
      if ($strip($1) == !test) {
        msg $chan Success
        echo Success
      }
    }


It echoes 'Success' and '#FATTYSHOW Unknown command'.

What could be the problem here?


Digital Rocker on Twitch TV - Bassist
Joined: Feb 2015
Posts: 243
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Feb 2015
Posts: 243
In one of your scripts you have forgot MSG command and mIRC sees #FATTYSHOW as command.
In the Scripts Editor Type Ctrl+F or go to edit>Find and input #FATTYSHOW
This will show you all #FATTYSHOW in your scripts and eventually you'll find where the mistaken line is smile

Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
Unless you did it yourself the extra spacing indicates you have some syntax errors earlier in the script

Joined: Jul 2015
Posts: 9
F
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
F
Joined: Jul 2015
Posts: 9
What I posted is the full script, I unloaded my old script and put that one just to test if it works. #FATTYSHOW is the channel name on irc.twitch.com

It's like this script worked 2 days ago and today it's doesn't anymore.


Digital Rocker on Twitch TV - Bassist
Joined: May 2015
Posts: 133
K
Vogon poet
Offline
Vogon poet
K
Joined: May 2015
Posts: 133
Works fine for me.


twitter @keyeslol

Link Copied to Clipboard