irc bot not working part two
so im still having issues with this bot that i cant figure out. if you guys wouldnt mind helping me one more time. the first issue is this:
1 2 3
|
irc Bot;
Bot.setServer("irc.freenode.net");
//...
|
if i comment out that line then it works great. otherwise the ELF file (thats right; not the compiler) generates this long weird error.
the second one is its still not registering correctly. i think its because my irc::pong function isn't working correctly.
anyways, here is the code:
(im compiling like this: g++ -std=c++11 main.cpp bot.cpp -o bot -lsfml-system -lsfml-network with gcc v4.8 on linux mint)
main.cpp:
http://pastebin.com/nKwyPQFT
bot.hpp:
http://pastebin.com/4j1YDXN6
bot.cpp:
http://pastebin.com/Eb2i1Gdi
Topic archived. No new replies allowed.