We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0722020 commit cb98379Copy full SHA for cb98379
1 file changed
src/bot/irclogbot.bot.pas
@@ -75,7 +75,7 @@ procedure TReplayThread.Execute;
75
line: String;
76
index: Integer = 0;
77
begin
78
- if not FIRC.Connected then;
+ if not FIRC.Connected then
79
80
debug('Exiting replay thread due not being connected.');
81
exit;
0 commit comments