diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 23:21:44 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 23:21:44 +0200 |
commit | fe3df241c9df18de4e3e1180114bb557c2935b6e (patch) | |
tree | c3cb8bb340110b9becb353e35bda6a75f695b94f /plugins/xsasl/xsasl.c | |
parent | a9c8ab916b2106efce25b8b58ec850031a2dfbf3 (diff) |
Update plugin descriptions and names, too
Diffstat (limited to 'plugins/xsasl/xsasl.c')
-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 1d751ff3..a4d619c6 100644 --- a/plugins/xsasl/xsasl.c +++ b/plugins/xsasl/xsasl.c @@ -41,7 +41,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 desc[] = "SASL authentication plugin for HexChat"; static const char version[] = "1.1"; 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"; |