mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-09 20:52:45 +01:00
Update plugin descriptions and names, too
This commit is contained in:
parent
a9c8ab916b
commit
fe3df241c9
@ -27,7 +27,7 @@
|
||||
|
||||
static xchat_plugin *ph; /* plugin handle */
|
||||
static const char name[] = "Exec";
|
||||
static const char desc[] = "Execute commands inside XChat";
|
||||
static const char desc[] = "Execute commands inside HexChat";
|
||||
static const char version[] = "1.1";
|
||||
|
||||
static int
|
||||
|
@ -73,8 +73,8 @@ int xchat_plugin_init(xchat_plugin *plugin_handle, char **plugin_name, char **pl
|
||||
{
|
||||
ph = plugin_handle;
|
||||
|
||||
*plugin_name = "X-Tray";
|
||||
*plugin_desc = "Minimize XChat to the Windows system tray";
|
||||
*plugin_name = "HexTray";
|
||||
*plugin_desc = "Minimize HexChat to the Windows system tray";
|
||||
*plugin_version = "1.2.4";
|
||||
|
||||
/***************************************************************************************************************************/
|
||||
|
@ -169,7 +169,7 @@ xchat_plugin_init(xchat_plugin *plugin_handle,
|
||||
ph = plugin_handle;
|
||||
|
||||
*plugin_name = "Winamp";
|
||||
*plugin_desc = "Winamp plugin for XChat";
|
||||
*plugin_desc = "Winamp plugin for HexChat";
|
||||
*plugin_version = "0.5";
|
||||
|
||||
xchat_hook_command (ph, "WINAMP", XCHAT_PRI_NORM, winamp, "Usage: /WINAMP [PAUSE|PLAY|STOP|NEXT|PREV|START] - control Winamp or show what's currently playing", 0);
|
||||
|
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user