Modified otrlibv4 and otrlibv4 to add informative message when starting OTR conversation.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user