the irc bot uses sscanf to check for ping/pong between the irc and the server. The sauerbraten server also uses sscanf for masterserver verification. Threading or multi-processing must be properly implemented before the ircbot works correctly. Threading is partially implemented, but there is still a problem. A variation of the sscanf function must be written in c++ that uses a different method of scanning, or the thread must be correctly programmed to allow the use of sscanf from the server and irc to be used synchronously. I'm thinking about also just using a standalone IRC bot.
the irc bot uses sscanf to check for ping/pong between the irc and the server. The sauerbraten server also uses sscanf for masterserver verification. Threading or multi-processing must be properly implemented before the ircbot works correctly. Threading is partially implemented, but there is still a problem. A variation of the sscanf function must be written in c++ that uses a different method of scanning, or the thread must be correctly programmed to allow the use of sscanf from the server and irc to be used synchronously. I'm thinking about also just using a standalone IRC bot.
Any thoughts? Suggestions?