This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <cmath> | |
#include <cstdint> | |
#include <memory> | |
#include <vector> | |
#include <chrono> | |
#include <thread> | |
using namespace std; | |
using namespace std::chrono; | |
using namespace std::this_thread; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* NOTE: BRIDGE DEVELOPMENT HAS MOVED TO https://github.com/berrytube/bt-irc-bridge. | |
* THIS GIST IS NO LONGER BEING ACTIVELY MAINTAINED | |
*/ | |
/** | |
* ### cyzon's berrytube/irc bridge ### | |
* | |
* Installation | |
* - Requires nodejs (http://nodejs.org). Available for Windows/OSX/Linux and source code. |