Skip to content

Commit a7c9cd1

Browse files
committed
Use batch context when handling combined multiline PRIVMSG/NOTICE.
1 parent ee77330 commit a7c9cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ impl Client {
915915

916916
finished.events.extend(self.handle(
917917
encoded,
918-
context.clone(),
918+
finished.context.clone(),
919919
config,
920920
)?);
921921
}

0 commit comments

Comments
 (0)