diff options
author | bviktor <berkeviktor@aol.com> | 2012-07-20 06:43:35 -0700 |
---|---|---|
committer | bviktor <berkeviktor@aol.com> | 2012-07-20 06:43:35 -0700 |
commit | 7fdcf9620e7c01bd3709fef75bf4ca4bbdea1356 (patch) | |
tree | 1807d99706d95d92fcb201fabe73db6314af482a /plugins/wmpa/xchat-plugin.cpp | |
parent | 27c6150ab350b7f0e4c7b7a1427baea026d7e12b (diff) | |
parent | d4ce3fb24039a18860dc7ffd9fd487911f408b64 (diff) |
Merge pull request #9 from XhmikosR/master
more branding changes
Diffstat (limited to 'plugins/wmpa/xchat-plugin.cpp')
-rw-r--r-- | plugins/wmpa/xchat-plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wmpa/xchat-plugin.cpp b/plugins/wmpa/xchat-plugin.cpp index c5634064..7b3bc737 100644 --- a/plugins/wmpa/xchat-plugin.cpp +++ b/plugins/wmpa/xchat-plugin.cpp @@ -131,7 +131,7 @@ void wmpaCommands(void) xchat_printf(ph, "WMPA: /play : Play the current song"); xchat_printf(ph, "WMPA: /pause : Pause the current song"); xchat_printf(ph, "WMPA: /prev : Play the previous song"); - xchat_printf(ph, "WMPA: /song : Announce the current song from Windows Media Player in xchat"); + xchat_printf(ph, "WMPA: /song : Announce the current song from Windows Media Player in HexChat"); xchat_printf(ph, "WMPA: /stop : Stop the current song"); xchat_printf(ph, "WMPA: /volume [volume] : Set the volume (0 to 100) or display the current volume"); xchat_printf(ph, "WMPA: /wmpahelp : Display this help."); |