better random numbers in IRCProtocol

pull/5/head
Tom Early 8 years ago
parent 2f36400d12
commit f43e9634d1

@ -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;

Loading…
Cancel
Save

Powered by TurnKey Linux.