Skip to content

Commit e386853

Browse files
committed
Sleep for a random amount of time before starting
Otherwise all bots join at the same time which looks suspicious.
1 parent 1d1e56a commit e386853

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Whateverable.pm6

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ method selfrun($nick is copy, @alias?) {
178178
use Whateverable::Builds;
179179
ensure-cloned-repos;
180180

181+
sleep rand × 300 unless %*ENV<DEBUGGABLE>;
182+
183+
181184
$nick ~= test if %*ENV<DEBUGGABLE>;
182185
.run with IRC::Client.new(
183186
:$nick

0 commit comments

Comments
 (0)