diff --git a/ircddb/IRCProtocol.cpp b/ircddb/IRCProtocol.cpp index eb2837a..e85ba29 100644 --- a/ircddb/IRCProtocol.cpp +++ b/ircddb/IRCProtocol.cpp @@ -10,6 +10,7 @@ IRCProtocol::IRCProtocol(IRCApplication *app, const std::string &callsign, const std::string &password, const std::string &channel, const std::string &versionInfo) { + srand(time(NULL)); this->password = password; this->channel = channel; this->app = app;