Skip to content

Commit

Permalink
Change nicks of bots for Vagrant
Browse files Browse the repository at this point in the history
This changes the nicks of EcheLOn and XpartaMuPP when running the lobby
with Vagrant so they match the local parts of the JID. This is to avoid
triggering the JID-nick-mismatch detection which would let the
moderation bot kick the other bots from the lobby, unless they were
added to the list of exemptions.
  • Loading branch information
Dunedan committed Jun 16, 2024
1 parent e205f96 commit 11ab0cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config-lobby-vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bots: [
"config": {
"login": "xpartamupp",
"password": xpartamupp,
"nickname": "WFGBot",
"nickname": "XpartaMuPP",
"domain": "localhost",
"room": "arena",
"no_verify": true,
Expand All @@ -39,7 +39,7 @@ bots: [
"config": {
"login": "echelon",
"password": echelon,
"nickname": "RatingsBot",
"nickname": "EcheLOn",
"domain": "localhost",
"room": "arena",
"no_verify": true,
Expand Down

0 comments on commit 11ab0cb

Please sign in to comment.