Skip to content

Commit cb98379

Browse files
committed
fix: STOOOOOOPID error of a misplaced semicolon
1 parent 0722020 commit cb98379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bot/irclogbot.bot.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ procedure TReplayThread.Execute;
7575
line: String;
7676
index: Integer = 0;
7777
begin
78-
if not FIRC.Connected then;
78+
if not FIRC.Connected then
7979
begin
8080
debug('Exiting replay thread due not being connected.');
8181
exit;

0 commit comments

Comments
 (0)