Update plugin descriptions and names, too

This commit is contained in:
Berke Viktor
2012-07-13 23:21:44 +02:00
parent a9c8ab916b
commit fe3df241c9
4 changed files with 5 additions and 5 deletions

View File

@ -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);