weechat-protocol.js: file header: mention command formatting

with-route-provider
Philippe Proulx 12 years ago
parent e8ae26d50e
commit 7780a66264
  1. 6
      js/weechat-protocol.js

@ -1,9 +1,9 @@
/** /**
* WeeChat protocol handling. * WeeChat protocol handling.
* *
* This object parses messages for the WeeChat protocol. It's * This object parses messages and formats commands for the WeeChat
* independent from the communication layer and thus may be used * protocol. It's independent from the communication layer and thus
* with any network mechanism. * may be used with any network mechanism.
*/ */
var WeeChatProtocol = function() { var WeeChatProtocol = function() {
// specific parsing for each message type // specific parsing for each message type

Loading…
Cancel
Save