forked from olcxjas-softworks/LarpixClient
9 lines
126 B
JavaScript
9 lines
126 B
JavaScript
'use strict'
|
|
|
|
module.exports = {
|
|
headerPattern: /^(\w*):\s*(.*)$/,
|
|
headerCorrespondence: [
|
|
'tag',
|
|
'message'
|
|
]
|
|
}
|