Skip to content

Commit

Permalink
cover cv/callvote joinas
Browse files Browse the repository at this point in the history
  • Loading branch information
L-e-x-o-n committed Mar 3, 2025
1 parent 3b077a2 commit 9d07761
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/teiserver/data/cache_user.ex
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,12 @@ defmodule Teiserver.CacheUser do
|> String.trim()
|> String.downcase()
|> case do
"!cv joinas" ->
"!cv joinas spec"

"!callvote joinas spec" ->
"!callvote joinas spec"

"!joinas" ->
"!joinas spec"

Expand Down
6 changes: 6 additions & 0 deletions lib/teiserver/lobby/libs/chat_lib.ex
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ defmodule Teiserver.Lobby.ChatLib do
|> String.trim()
|> String.downcase()
|> case do
"!cv joinas" ->
"!cv joinas spec"

"!callvote joinas spec" ->
"!callvote joinas spec"

"!joinas" ->
"!joinas spec"

Expand Down

0 comments on commit 9d07761

Please sign in to comment.