Hi i would like to create a command with two sources. how can i add a second to my first?
$(eval var test= "$(urlfetch json PASTEBINLIST) ".split("#"); test[Math.floor(Math.random() * (test.length - 1))];)
it should first random post a text from the first pastebin and then a random text from a second pasebin list
best regards