diff options
author | TingPing <tingping@tingping.se> | 2012-12-17 16:48:18 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2012-12-17 16:48:18 -0500 |
commit | af9b65ee7807452cce04d94a7f8436dce8e9475f (patch) | |
tree | 4989dad408dc2e8d250be92e4b8f794b12d05f4b /plugins/mpcinfo/theme.c | |
parent | c14f37b9335bb986e7cf738e5d319de4ab0c28e7 (diff) |
MPC: don't spam no player running to chat
Diffstat (limited to 'plugins/mpcinfo/theme.c')
-rw-r--r-- | plugins/mpcinfo/theme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mpcinfo/theme.c b/plugins/mpcinfo/theme.c index 0be6e376..2f035592 100644 --- a/plugins/mpcinfo/theme.c +++ b/plugins/mpcinfo/theme.c @@ -120,7 +120,7 @@ void loadThemes(){ fclose(f); hexchat_print(ph, "theme loaded successfull\n"); } - if (notRunTheme.size==0) notRunTheme=themeAdd(notRunTheme,"say Media Player Classic not running"); + if (notRunTheme.size==0) notRunTheme=themeAdd(notRunTheme,"Media Player Classic not running"); if (titleTheme.size==0) titleTheme=themeAdd(titleTheme,"say Playing %title in Media Player Classic"); if (mp3Theme.size==0) mp3Theme=themeAdd(mp3Theme,"me listens to %art with %tit from %alb [%gen|%br kbps|%frq kHz|%mode] in Media Player Classic "); if (oggTheme.size==0) oggTheme=themeAdd(oggTheme,"me listens to %art with %tit from %alb [%gen|%br kbps|%frq kHz|%chan channels] in Media Player Classic "); |