Update various instances of old author names

This commit is contained in:
Kris Johnson 2024-07-01 12:23:44 -06:00
parent 834b4ba8bc
commit 812f656ac7
6 changed files with 9 additions and 9 deletions

View File

@ -89,7 +89,7 @@ Staff
- Andrew Werner [HoeenHero] - Development - Andrew Werner [HoeenHero] - Development
- Annika L. [Annika] - Development - Annika L. [Annika] - Development
- Chris Monsanto [chaos] - Development, Sysadmin - Chris Monsanto [chaos] - Development, Sysadmin
- Kris Johnson [Kris] - Development - Kris Johnson [dhelmise] - Development
- Leonard Craft III [DaWoblefet] - Research (game mechanics) - Leonard Craft III [DaWoblefet] - Research (game mechanics)
- Mathieu Dias-Martins [Marty-D] - Research (game mechanics), Development - Mathieu Dias-Martins [Marty-D] - Research (game mechanics), Development
- Mia A [Mia] - Development - Mia A [Mia] - Development

View File

@ -1790,7 +1790,7 @@ export const commands: Chat.ChatCommands = {
if (RANDOMS_CALC_COMMANDS.includes(cmd) || if (RANDOMS_CALC_COMMANDS.includes(cmd) ||
(isRandomBattle && !DEFAULT_CALC_COMMANDS.includes(cmd) && !BATTLESPOT_CALC_COMMANDS.includes(cmd))) { (isRandomBattle && !DEFAULT_CALC_COMMANDS.includes(cmd) && !BATTLESPOT_CALC_COMMANDS.includes(cmd))) {
return this.sendReplyBox( return this.sendReplyBox(
`Random Battles damage calculator. (Courtesy of Austin)<br />` + `Random Battles damage calculator. (Courtesy of dhelmise &amp; jetou)<br />` +
`- <a href="https://calc.pokemonshowdown.com/randoms.html?gen=${dex.gen}">Random Battles Damage Calculator</a>` `- <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( this.sendReplyBox(
`Pok&eacute;mon Showdown! damage calculator. (Courtesy of Honko, Austin, &amp; Kris)<br />` + `Pok&eacute;mon Showdown! damage calculator. (Courtesy of Honko, Austin, dhelmise, &amp; jetou)<br />` +
`- <a href="https://calc.pokemonshowdown.com/index.html?gen=${dex.gen}">Damage Calculator</a>` `- <a href="https://calc.pokemonshowdown.com/index.html?gen=${dex.gen}">Damage Calculator</a>`
); );
}, },

View File

@ -2,7 +2,7 @@
* Other Metagames chat plugin * Other Metagames chat plugin
* Lets users see elements of Pokemon in various Other Metagames. * Lets users see elements of Pokemon in various Other Metagames.
* Originally by Spandan. * Originally by Spandan.
* @author Kris * @author dhelmise
*/ */
import {Utils} from '../../lib'; import {Utils} from '../../lib';

View File

@ -1,6 +1,6 @@
/** /**
* Random Battles chat-plugin * 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 * Set probability code written by Annika
*/ */

View File

@ -2,8 +2,8 @@
* The Studio room chat-plugin. * The Studio room chat-plugin.
* Supports scrobbling and searching for music from last.fm. * Supports scrobbling and searching for music from last.fm.
* Also supports storing and suggesting recommendations. * Also supports storing and suggesting recommendations.
* Written by Kris, loosely based on the concept from bumbadadabum. * Written by dhelmise, loosely based on the concept from bumbadadabum.
* @author Kris * @author dhelmise
*/ */
import {FS, Net, Utils} from '../../lib'; import {FS, Net, Utils} from '../../lib';

View File

@ -1,7 +1,7 @@
/** /**
* Wi-Fi chat-plugin. Only works in a room with id 'wifi' * Wi-Fi chat-plugin. Only works in a room with id 'wifi'
* Handles giveaways in the formats: question, lottery, gts * 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'; import {FS, Utils} from '../../lib';
@ -1024,7 +1024,7 @@ export const commands: Chat.ChatCommands = {
}, },
}, },
gtshelp: [ 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', ga: 'giveaway',
giveaway: { giveaway: {