[tor-commits] [tor-messenger-build/master] Remove redundant whitespace in ctcp-time.patch
sukhbir at torproject.org
sukhbir at torproject.org
Sat Apr 25 10:27:54 UTC 2015
commit 0cf962f5d21226d95d274a8cd2ea9080c7155f1b
Author: Sukhbir Singh <sukhbir at torproject.org>
Date: Sat Apr 25 06:29:22 2015 -0400
Remove redundant whitespace in ctcp-time.patch
---
projects/instantbird/ctcp-time.patch | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/projects/instantbird/ctcp-time.patch b/projects/instantbird/ctcp-time.patch
index 749cd36..20572e0 100644
--- a/projects/instantbird/ctcp-time.patch
+++ b/projects/instantbird/ctcp-time.patch
@@ -1,5 +1,5 @@
diff --git a/chat/protocols/irc/ircCTCP.jsm b/chat/protocols/irc/ircCTCP.jsm
-index 5722479..642fad3 100644
+index 5722479..6b82caa 100644
--- a/chat/protocols/irc/ircCTCP.jsm
+++ b/chat/protocols/irc/ircCTCP.jsm
@@ -195,7 +195,7 @@ var ctcpBase = {
@@ -11,11 +11,3 @@ index 5722479..642fad3 100644
this.LOG("Received TIME request from " + aMessage.origin +
". Sending TIME response: \"" + now + "\".");
this.sendCTCPMessage(aMessage.origin, true, "TIME", ":" + now);
-@@ -230,6 +230,7 @@ var ctcpBase = {
- this.sendCTCPMessage(aMessage.origin, true, "VERSION", version);
- }
- else if (aMessage.command == "NOTICE" && aMessage.ctcp.param.length) {
-+
- // VERSION #:#:#
- // Received VERSION response, display to the user.
- let response = _("ctcp.version", aMessage.origin,
More information about the tor-commits
mailing list