aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/libotr/libotr-3.2.0
diff options
context:
space:
mode:
authorDavid Walter Seikel2011-06-27 12:32:14 +1000
committerDavid Walter Seikel2011-06-27 12:32:14 +1000
commit201d948a9d5c78738dbe6d5fe60c1cfdb979fe52 (patch)
treeb9bee0ae444b9191e073015a140fdeae68fb0d17 /linden/indra/libotr/libotr-3.2.0
parentUpdate Infinite Grid details. (diff)
downloadmeta-impy-201d948a9d5c78738dbe6d5fe60c1cfdb979fe52.zip
meta-impy-201d948a9d5c78738dbe6d5fe60c1cfdb979fe52.tar.gz
meta-impy-201d948a9d5c78738dbe6d5fe60c1cfdb979fe52.tar.bz2
meta-impy-201d948a9d5c78738dbe6d5fe60c1cfdb979fe52.tar.xz
Unbranding OTR.
Diffstat (limited to 'linden/indra/libotr/libotr-3.2.0')
-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);