Skip to content

Commit

Permalink
fix: STOOOOOOPID error of a misplaced semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Dec 3, 2024
1 parent 0722020 commit cb98379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/irclogbot.bot.pas
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ procedure TReplayThread.Execute;
line: String;
index: Integer = 0;
begin
if not FIRC.Connected then;
if not FIRC.Connected then
begin
debug('Exiting replay thread due not being connected.');
exit;
Expand Down

0 comments on commit cb98379

Please sign in to comment.