mIRC Home    About    Download    Register    News    Help

Print Thread
F
Fattyshow
Fattyshow
F
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?

Joined: Feb 2015
Posts: 241
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Feb 2015
Posts: 241
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,330
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,330
Unless you did it yourself the extra spacing indicates you have some syntax errors earlier in the script

F
Fattyshow
Fattyshow
F
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.

K
keyeslol
keyeslol
K
Works fine for me.


Link Copied to Clipboard