mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Update various instances of old author names
This commit is contained in:
parent
834b4ba8bc
commit
812f656ac7
|
|
@ -89,7 +89,7 @@ Staff
|
|||
- Andrew Werner [HoeenHero] - Development
|
||||
- Annika L. [Annika] - Development
|
||||
- Chris Monsanto [chaos] - Development, Sysadmin
|
||||
- Kris Johnson [Kris] - Development
|
||||
- Kris Johnson [dhelmise] - Development
|
||||
- Leonard Craft III [DaWoblefet] - Research (game mechanics)
|
||||
- Mathieu Dias-Martins [Marty-D] - Research (game mechanics), Development
|
||||
- Mia A [Mia] - Development
|
||||
|
|
|
|||
|
|
@ -1790,7 +1790,7 @@ export const commands: Chat.ChatCommands = {
|
|||
if (RANDOMS_CALC_COMMANDS.includes(cmd) ||
|
||||
(isRandomBattle && !DEFAULT_CALC_COMMANDS.includes(cmd) && !BATTLESPOT_CALC_COMMANDS.includes(cmd))) {
|
||||
return this.sendReplyBox(
|
||||
`Random Battles damage calculator. (Courtesy of Austin)<br />` +
|
||||
`Random Battles damage calculator. (Courtesy of dhelmise & jetou)<br />` +
|
||||
`- <a href="https://calc.pokemonshowdown.com/randoms.html?gen=${dex.gen}">Random Battles Damage Calculator</a>`
|
||||
);
|
||||
}
|
||||
|
|
@ -1801,7 +1801,7 @@ export const commands: Chat.ChatCommands = {
|
|||
);
|
||||
}
|
||||
this.sendReplyBox(
|
||||
`Pokémon Showdown! damage calculator. (Courtesy of Honko, Austin, & Kris)<br />` +
|
||||
`Pokémon Showdown! damage calculator. (Courtesy of Honko, Austin, dhelmise, & jetou)<br />` +
|
||||
`- <a href="https://calc.pokemonshowdown.com/index.html?gen=${dex.gen}">Damage Calculator</a>`
|
||||
);
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
* Other Metagames chat plugin
|
||||
* Lets users see elements of Pokemon in various Other Metagames.
|
||||
* Originally by Spandan.
|
||||
* @author Kris
|
||||
* @author dhelmise
|
||||
*/
|
||||
|
||||
import {Utils} from '../../lib';
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
* Random Battles chat-plugin
|
||||
* Written by Kris with inspiration from sirDonovan and The Immortal
|
||||
* Written by dhelmise with inspiration from sirDonovan and The Immortal
|
||||
*
|
||||
* Set probability code written by Annika
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
* The Studio room chat-plugin.
|
||||
* Supports scrobbling and searching for music from last.fm.
|
||||
* Also supports storing and suggesting recommendations.
|
||||
* Written by Kris, loosely based on the concept from bumbadadabum.
|
||||
* @author Kris
|
||||
* Written by dhelmise, loosely based on the concept from bumbadadabum.
|
||||
* @author dhelmise
|
||||
*/
|
||||
|
||||
import {FS, Net, Utils} from '../../lib';
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* Wi-Fi chat-plugin. Only works in a room with id 'wifi'
|
||||
* Handles giveaways in the formats: question, lottery, gts
|
||||
* Written by Kris and bumbadadabum, based on the original plugin as written by Codelegend, SilverTactic, DanielCranham
|
||||
* Written by dhelmise and bumbadadabum, based on the original plugin as written by Codelegend, SilverTactic, DanielCranham
|
||||
*/
|
||||
|
||||
import {FS, Utils} from '../../lib';
|
||||
|
|
@ -1024,7 +1024,7 @@ export const commands: Chat.ChatCommands = {
|
|||
},
|
||||
},
|
||||
gtshelp: [
|
||||
`GTS giveaways are currently disabled. If you are a Room Owner and would like them to be re-enabled, contact Kris.`,
|
||||
`GTS giveaways are currently disabled. If you are a Room Owner and would like them to be re-enabled, contact dhelmise.`,
|
||||
],
|
||||
ga: 'giveaway',
|
||||
giveaway: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user