Skip to content

Commit 1e04491

Browse files
committed
Add missing 'account' property on 'ctcp response' and 'tagmsg'
1 parent 8098298 commit 1e04491

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commands/handlers/messaging.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const handlers = {
2323
type: (message.substring(1, message.length - 1).split(' ') || [null])[0],
2424
message: message.substring(1, message.length - 1),
2525
time: time,
26+
account: command.getTag('account'),
2627
tags: command.tags
2728
});
2829
} else {
@@ -125,6 +126,7 @@ const handlers = {
125126
target: target,
126127
tags: command.tags,
127128
time: time,
129+
account: command.getTag('account'),
128130
batch: command.batch
129131
});
130132
},

0 commit comments

Comments
 (0)