/******************************************************************************/ /* */ /* ::: :::::::: */ /* main.cpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: vvaas +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/01/29 20:36:23 by vvaas #+# #+# */ /* Updated: 2024/01/30 21:39:43 by vvaas ### ########.fr */ /* */ /******************************************************************************/ #include int main() { Bot greg; if (!greg.init()) return 1; greg.connect_to_server(); return 0; }