Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/ReservedHostNames' into merge-…
Browse files Browse the repository at this point in the history
…queue-attempt-1
  • Loading branch information
geekingfrog committed Jul 6, 2024
2 parents f12e1f2 + 8e50c1f commit 3201139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/teiserver/chat/libs/word_lib.ex
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ defmodule Teiserver.Chat.WordLib do
String.contains?(name, "[lm]") -> true
String.contains?(name, "[ts]") -> true
String.contains?(name, "[tei]") -> true
String.contains?(name, "Host[") -> true
true -> false
end
end
Expand Down

0 comments on commit 3201139

Please sign in to comment.