Skip to content
Snippets Groups Projects
Commit 394cbefa authored by mcmlxxix's avatar mcmlxxix
Browse files

fix previous fix

parent abd59146
No related branches found
No related tags found
No related merge requests found
......@@ -259,7 +259,7 @@ Bot_Commands["QUOTE"].command = function (target,onick,ouh,srv,lvl,cmd) {
srv.o(target,"Couldn't find a quote that matches your criteria.");
return;
}
srv.o(target, quotes[random(Quotes.length)]);
srv.o(target, Quotes[random(Quotes.length)]);
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment