diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-09 21:51:52 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-09 21:51:52 +0200 |
commit | 6a58b4a5fc567d52425c0eb6b043e94a8f04e7ad (patch) | |
tree | 6f9099ce9ca624ba2c4a7f8491b4bf4af2d36ceb /plugins/winamp/winamp.c | |
parent | d55d0b1e5e275e7db730a75691d82e21c5197f39 (diff) |
change winamp command name
Diffstat (limited to 'plugins/winamp/winamp.c')
-rw-r--r-- | plugins/winamp/winamp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/winamp/winamp.c b/plugins/winamp/winamp.c index 586a5e67..bc75104c 100644 --- a/plugins/winamp/winamp.c +++ b/plugins/winamp/winamp.c @@ -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"); |