diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-01-15 21:41:45 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-01-15 21:41:45 +0100 |
commit | 70771ba2c60ee56b85ad84a09ed3cfcc8f5e40c9 (patch) | |
tree | ff79b7bc8226cb751bfdcdd2739904b8c5d9c960 | |
parent | 3e93c323922ef073b2db9c61e5f04f4bc3db0637 (diff) |
add info about xsasl add replacing existing config
-rw-r--r-- | plugins/xsasl/xsasl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xsasl/xsasl.c b/plugins/xsasl/xsasl.c index 43689fd3..8abce20b 100644 --- a/plugins/xsasl/xsasl.c +++ b/plugins/xsasl/xsasl.c @@ -43,7 +43,7 @@ static xchat_plugin *ph; /* plugin handle */ static const char name[] = "X-SASL"; static const char desc[] = "SASL authentication plugin for XChat"; static const char version[] = "1.1"; -static const char xsasl_help[] = "X-SASL Usage:\n /XSASL ADD <login> <password> <network>, enable SASL authentication for given network\n /XSASL DEL <network>, disable SASL authentication for given network\n /XSASL LIST, get the list of SASL-enabled networks\n"; +static const char xsasl_help[] = "X-SASL Usage:\n /XSASL ADD <login> <password> <network>, enable/update SASL authentication for given network\n /XSASL DEL <network>, disable SASL authentication for given network\n /XSASL LIST, get the list of SASL-enabled networks\n"; struct sasl_info { |