diff --git a/bridges/TwitchApiBridge.php b/bridges/TwitchApiBridge.php index ae02284d..cedb7496 100644 --- a/bridges/TwitchApiBridge.php +++ b/bridges/TwitchApiBridge.php @@ -9,8 +9,8 @@ * @description Returns the newest broadcasts or highlights by channel name using the Twitch API (v3) * @maintainer logmanoriginal * @update 2015-07-14 -* @use1(channel="Channel", list|broadcasts="Show broadcasts=>true;Don't show broadcasts=>false") -* @use2(channel="Channel", limit="Limit", list|broadcasts="Show broadcasts=>true;Don't show broadcasts=>false") +* @use1(text|channel="Channel", list|broadcasts="Show broadcasts=>true;Don't show broadcasts=>false") +* @use2(text|channel="Channel", text|limit="Limit", list|broadcasts="Show broadcasts=>true;Don't show broadcasts=>false") * * Description for the API is available on GitHub: https://github.com/justintv/twitch-api */ diff --git a/bridges/WorldOfTanks.php b/bridges/WorldOfTanks.php index 80c9f3a1..ccc80bf5 100644 --- a/bridges/WorldOfTanks.php +++ b/bridges/WorldOfTanks.php @@ -2,9 +2,9 @@ /** * * @name World of Tanks -* @description News about the tank slaughter game. Language can be fr, ? +* @description News about the tank slaughter game. * @update 2015-09-12 -* @use1(lang="Searched language",category="Category id") +* @use1(list|lang="Français=>fr;English=>en;Español=>es;Deutsch=>de;Čeština=>cs;Polski=>pl;Türkçe=>tr",text|category="Category id") */ define('WORLD_OF_TANKS', 'http://worldoftanks.eu/'); define('NEWS', '/news/');