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