From a7f3412b5dda067b98cb08516a54343b3e040fd2 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Sat, 5 Oct 2013 14:04:39 -0400 Subject: [PATCH] protocol.js -> weechat-protocol.js This makes it more clear that this script's code parses the WeeChat protocol specifically. --- index.html | 2 +- js/{protocol.js => weechat-protocol.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename js/{protocol.js => weechat-protocol.js} (100%) diff --git a/index.html b/index.html index 8c5b1bb..e0880c0 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - + diff --git a/js/protocol.js b/js/weechat-protocol.js similarity index 100% rename from js/protocol.js rename to js/weechat-protocol.js