aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/libotr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xlinden/indra/libotr/libotr-3.2.0/src/proto.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/linden/indra/libotr/libotr-3.2.0/src/proto.c b/linden/indra/libotr/libotr-3.2.0/src/proto.c
index 2044e06..456e296 100755
--- a/linden/indra/libotr/libotr-3.2.0/src/proto.c
+++ b/linden/indra/libotr/libotr-3.2.0/src/proto.c
@@ -216,9 +216,7 @@ char *otrl_proto_default_query_msg(const char *ourname, OtrlPolicy policy)
216 * free()ing). */ 216 * free()ing). */
217 const char *format = "?OTR%s\n%s has requested an Off-the-Record " 217 const char *format = "?OTR%s\n%s has requested an Off-the-Record "
218 "private conversation. However, your viewer doesn't support " 218 "private conversation. However, your viewer doesn't support "
219 "OTR. Emerald Viewer does, see " 219 "OTR. See http://otr.cypherpunks.ca/ for more information about OTR.";
220 "http://modularsystems.sl/ for more information about GreenLife, "
221 "and http://otr.cypherpunks.ca/ for more information about OTR.";
222 220
223 /* Figure out the version tag */ 221 /* Figure out the version tag */
224 v1_supported = (policy & OTRL_POLICY_ALLOW_V1); 222 v1_supported = (policy & OTRL_POLICY_ALLOW_V1);