diff options
author | David Walter Seikel | 2011-06-27 12:32:14 +1000 |
---|---|---|
committer | David Walter Seikel | 2011-06-27 12:32:14 +1000 |
commit | 201d948a9d5c78738dbe6d5fe60c1cfdb979fe52 (patch) | |
tree | b9bee0ae444b9191e073015a140fdeae68fb0d17 /linden/indra/libotr/libotr-3.2.0 | |
parent | Update Infinite Grid details. (diff) | |
download | meta-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-x | linden/indra/libotr/libotr-3.2.0/src/proto.c | 4 |
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); |