1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Modified otrlibv4 and otrlibv4 to add informative message when starting OTR conversation.

This commit is contained in:
lightb 2014-04-22 13:07:19 -04:00
parent 36c6dbda86
commit f95ae8b0dd
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ otrlib_policy(void)
char *
otrlib_start_query(void)
{
return "?OTR?v2?";
return "?OTR?v2? This user has requested an Off-the-Record private conversation. However, you do not have a plugin to support that. See http://otr.cypherpunks.ca/ for more information.";
}
static int

View File

@ -35,7 +35,7 @@ otrlib_policy(void)
char *
otrlib_start_query(void)
{
return "?OTR?v2?";
return "?OTR?v2? This user has requested an Off-the-Record private conversation. However, you do not have a plugin to support that. See http://otr.cypherpunks.ca/ for more information.";
}
static const char*