Forum
my java tf2 irc gather bot
Created 1st August 2011 @ 17:45
Add A Reply Pages: 1 2 Next »
hello
since i joined the israeli army
i dont have time to work on my bot
so i decide to publish it
https://code.google.com/p/tf2gatherbot/
i know the code isnt so friendly
but java programmers can deal with it
you can see very advance version of the bot at #vgames.tf2 @QNET (my friend improves it)
maybe in some day i will add some features
but by now its up to you (:
have fun
java makes even c++ look decent
sure it’s fine but… eesh, java.
edit: and gpl makes me frown :(
Last edited by octochris,
Quoted from octochris
java makes even c++ look decent
sure it’s fine but… eesh, java.
edit: and gpl makes me frown :(
:D:D:D:D:D:D:D::D:d;d;;d;d:D:D;d:D:
thanks, laughed my ass off :DDDDDD
String iif(boolean ok,String a,String b) {
if (ok)
return a;
else
return b;
}
what the fuck is the point in this..?
boolean again = true;
while (again) {
again = false;
lol
Last edited by atrox_,
its posible to remove //mode Snail +x ?
“GatherBot.java” is a complete mess, lol.
Quoted from octochris
java makes even c++ look decent
sure it’s fine but… eesh, java.
edit: and gpl makes me frown :(
just because you make your bottens using AutoIT
Quoted from atrox_
also, you’re using an IRC library? Why?
search for the iif in the code you will find it useful
keep reading the code there is a again=true; few lines after
and why not to use irc lib?
Quoted from Sc
its posible to remove //mode Snail +x ?
everything is posible with some editing
Quoted from d1ck j0nes
just because you make your bottens using AutoIT
:DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
It’s perfectly possible to write beautiful java code, but as with any language there’s a lot of crap out there ;)
best thing about java is putting five nested function calls in one line c:
Add A Reply Pages: 1 2 Next »