пофиксил изменения и рандомный пользователь
This commit is contained in:
+1
-1
@@ -1435,7 +1435,7 @@ begin
|
||||
else
|
||||
begin
|
||||
randomize;
|
||||
RandomUserName := '@' + userlist[random(userlist.Count - 1)].login;
|
||||
RandomUserName := '@' + userlist[random(userlist.Count)].login;
|
||||
end;
|
||||
res := StringReplace(res, '[RANDOMUSER]', RandomUserName, [rfReplaceAll]);
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user