@@ -355,7 +355,8 @@ sent from the server or a user.
355355 group: ' @' ,
356356 message: ' A message to all channel ops' ,
357357 tags: [],
358- time: 000000000
358+ time: 000000000 ,
359+ account: ' account_name'
359360}
360361~~~
361362
@@ -371,7 +372,8 @@ Also triggers a **message** event with .type = 'action'
371372 target: ' #channel' ,
372373 message: ' slaps someuser around a bit with a large trout' ,
373374 tags: [],
374- time: 000000000
375+ time: 000000000 ,
376+ account: ' account_name'
375377}
376378~~~
377379
@@ -387,7 +389,8 @@ Also triggers a **message** event with .type = 'privmsg'
387389 target: ' #channel' ,
388390 message: ' Hello everybody' ,
389391 tags: [],
390- time: 000000000
392+ time: 000000000 ,
393+ account: ' account_name'
391394}
392395~~~
393396
@@ -402,7 +405,8 @@ Also triggers a **message** event with .type = 'privmsg'
402405 tags: {
403406 example: ' hello'
404407 },
405- time: 000000000
408+ time: 000000000 ,
409+ account: ' account_name'
406410}
407411~~~
408412
@@ -414,7 +418,8 @@ Also triggers a **message** event with .type = 'privmsg'
414418 hostname: ' manchester.isp.net' ,
415419 target: ' someuser' ,
416420 message: ' VERSION kiwiirc' ,
417- time: 000000000
421+ time: 000000000 ,
422+ account: ' account_name'
418423}
419424~~~
420425
@@ -431,7 +436,8 @@ The `VERSION` CTCP is handled internally and will not trigger this event, unless
431436 target: ' someuser' ,
432437 type: ' VERSION' ,
433438 message: ' VERSION and remaining text' ,
434- time: 000000000
439+ time: 000000000 ,
440+ account: ' account_name'
435441}
436442~~~
437443
@@ -443,7 +449,8 @@ The `VERSION` CTCP is handled internally and will not trigger this event, unless
443449 nick: ' prawnsalad' ,
444450 ident: ' prawn' ,
445451 hostname: ' manchester.isp.net' ,
446- message: ' This is a server-wide message'
452+ message: ' This is a server-wide message' ,
453+ account: ' account_name'
447454}
448455~~~
449456
0 commit comments