Bug #343
Initial nicknames are not randomized correctly
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
General / Unspecified
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Version:
0.3.1+
OS:
Any
Description
Code already states "FIXME" - so here is a patch.
History
#1 Updated by Sputnick about 16 years ago
Hmm, we do qsrand() at startup already (in the Quassel class' ctor, quassel.cpp). Works fine for me too, but still quassel251 seems to be a quite common "random" nick for others. I wonder if moving the seeding into Identity and calling it every time we need a random number really fixes the problem...
#2 Updated by Sputnick almost 16 years ago
- Priority changed from High to Normal
#3 Updated by EgS almost 16 years ago
- Status changed from New to Rejected
- Version set to 0.3.1+
In regards of #516 this BR doesn't make any more sense.
-> rejected