weechat-protocol.js: file header: mention command formatting
This commit is contained in:
parent
e8ae26d50e
commit
7780a66264
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
/**
|
||||
* WeeChat protocol handling.
|
||||
*
|
||||
* This object parses messages for the WeeChat protocol. It's
|
||||
* independent from the communication layer and thus may be used
|
||||
* with any network mechanism.
|
||||
* This object parses messages and formats commands for the WeeChat
|
||||
* protocol. It's independent from the communication layer and thus
|
||||
* may be used with any network mechanism.
|
||||
*/
|
||||
var WeeChatProtocol = function() {
|
||||
// specific parsing for each message type
|
||||
|
|
Loading…
Reference in a new issue