Forums - Open Redstone Engineers
Maze's bright idea gone mad - Printable Version

+- Forums - Open Redstone Engineers (https://forum.openredstone.org)
+-- Forum: Off-Topic (https://forum.openredstone.org/forum-4.html)
+--- Forum: Off-Topic Discussion (https://forum.openredstone.org/forum-5.html)
+---- Forum: Shenanigans (https://forum.openredstone.org/forum-31.html)
+---- Thread: Maze's bright idea gone mad (/thread-11121.html)



Maze's bright idea gone mad - BigPigfootsie - 10-20-2016

WE SHALL DUB THINE BOT
OPERATION|UPPE DA BOMME
[Image: 5FwVTPz.png?1]


RE: Maze's bright idea gone mad - LambdaPI - 10-21-2016

kill yourself


RE: Maze's bright idea gone mad - Nickster258 - 10-21-2016

Code:
public class NicksterSpammer {

  public static void main(String[] args) throws InterruptedException {
    int spamAmount = Integer.valueOf(args[0]);
    String message = args[1];

    String server = "irc.openredstone.org";
    int port = 6667;
    String nick = "nicksterspammer";
    String channel = "#openredstone";
    IRCBot BOT = new IRCBot(server, port, nick);
    BOT.connect();

    for (int i = 0; i<spamAmount; i++) {
      BOT.sendRaw("PRIVMSG nickster " + message);
      Thread.sleep(250);
    }

    BOT.disconnect();

  }
}

why do I do this to myself


RE: Maze's bright idea gone mad - LambdaPI - 10-21-2016

*slams ctrl c*