From 7780a66264152dee5d12d8545e39f294beada9f4 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Sat, 5 Oct 2013 20:09:59 -0400 Subject: [PATCH] weechat-protocol.js: file header: mention command formatting --- js/weechat-protocol.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/weechat-protocol.js b/js/weechat-protocol.js index e904cf4..bd6baa6 100644 --- a/js/weechat-protocol.js +++ b/js/weechat-protocol.js @@ -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