diff options
author | James Booth <boothj5@gmail.com> | 2014-05-11 15:26:45 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-05-11 15:26:45 +0100 |
commit | d44e954f6b4e24d5d2ba1da2f1dbc537a580a589 (patch) | |
tree | 59fe8d3aced06a9ada4139503d692e233306a9b2 | |
parent | 6a38d57a0a875a61ae3167c64afa118f2cdd3d66 (diff) | |
download | profani-tty-d44e954f6b4e24d5d2ba1da2f1dbc537a580a589.tar.gz |
Added otr property to /account help
-rw-r--r-- | src/command/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/command.c b/src/command/command.c index 59c5515c..d355eb04 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -739,6 +739,7 @@ static struct cmd_t command_defs[] = "password : Password for the account, note this is currently stored in plaintext if set.", "muc : The default MUC chat service to use.", "nick : The default nickname to use when joining chat rooms.", + "otr : Override global OTR policy for this account: manual, opportunistic or always.", "", "The clear command may use one of the following for 'property'.", "password : Clears the password for the account.", |