When I update it, yes. Like when I add a new case to it, EXACTLY as the other ones, and update it. Will try setModPaths(getModPaths());
New problem: I want that the bot can copy someone's chat, but it doesn't work! How do I set a variable??Can someone with more knowledge fix it?
you have to have some way to set %copyname, adding it as a parameter won't do anything in this case because that parameter will never be used.
also don't do case %msg:, just have an if statement before the switch or something.