I have a basic understanding of mIRC scripting and I've succeeded in doing most of what I've tried out. However, there's still more advanced snippets that I've found that I don't understand.
on *:TEXT:/!banlist (add|remove)/Si:#: {
Is one example. I understand most of that line but I'm unsure as to why the "/" is at the beginning before the !banlist command and what the "/Si" does/is for.
Basically, I'm looking for a tutorial resource, that way I don't have to come in here and ask every time I hit a wall or find a snippet I don't fully understand. Just want somewhere with super in-depth information about all that is mIRC scripting >_<
Then there's error messages I'd like to send if there wasn't enough parameters passed to the command, using access levels in if statements (I don't know why I can't make this work -_-), and other random crap that I just can't seem to get working lol.