1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00

change winamp command name

This commit is contained in:
berkeviktor@aol.com 2010-10-09 21:51:52 +02:00
parent d55d0b1e5e
commit 6a58b4a5fc

View File

@ -146,7 +146,7 @@ HWND hwndWinamp = FindWindow("Winamp v1.x",NULL);
else xchat_print(ph, "Winamp: Nothing being played.");
}
else
xchat_printf(ph, "Usage: /wa [PAUSE|PLAY|STOP|NEXT|PREV|START]\n");
xchat_printf(ph, "Usage: /WINAMP [PAUSE|PLAY|STOP|NEXT|PREV|START]\n");
}
}
@ -170,7 +170,7 @@ int xchat_plugin_init(xchat_plugin *plugin_handle,
*plugin_desc = "Winamp plugin for XChat";
*plugin_version = "0.4";
xchat_hook_command(ph, "WA", XCHAT_PRI_NORM, winamp, "Usage: /WA [PAUSE|PLAY|STOP|NEXT|PREV|START] - control Winamp or show what's currently playing", 0);
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);
xchat_print(ph, "Winamp plugin loaded\n");