diff --git a/ChatTwo/ChatTwo.csproj b/ChatTwo/ChatTwo.csproj index 50b24f4..1330425 100755 --- a/ChatTwo/ChatTwo.csproj +++ b/ChatTwo/ChatTwo.csproj @@ -84,4 +84,8 @@ + + + + diff --git a/ChatTwo/ChatTwo.yaml b/ChatTwo/ChatTwo.yaml index 0890678..85bd6aa 100755 --- a/ChatTwo/ChatTwo.yaml +++ b/ChatTwo/ChatTwo.yaml @@ -2,8 +2,8 @@ name: Chat 2 author: Infi, Anna punchline: Electric Boogaloo - ♪ A whole new chat, a new fantastic chat window ♪ description: |- - Chat 2 is a complete rewrite of the in-game chat window as a plugin. It - supports: + Chat 2 is a complete rewrite of the in-game chat window as a plugin. + It supports: - Unlimited tabs - Tabs that always send to a certain channel @@ -13,5 +13,5 @@ description: |- - Sidebar tabs - Unread counts - Screenshot mode (obfuscate names) -repo_url: https://git.anna.lgbt/anna/ChatTwo +repo_url: https://github.com/Infiziert90/ChatTwo accepts_feedback: true diff --git a/ChatTwo/images/chatWindow.png b/ChatTwo/images/chatWindow.png new file mode 100644 index 0000000..715717e Binary files /dev/null and b/ChatTwo/images/chatWindow.png differ diff --git a/ChatTwo/images/icon.png b/ChatTwo/images/icon.png new file mode 100644 index 0000000..539f99e Binary files /dev/null and b/ChatTwo/images/icon.png differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..0eec58c --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Chat 2 +#### Electric Boogaloo - ♪ A whole new chat, a new fantastic chat window ♪ + +Chat 2 is a complete rewrite of the in-game chat window as a plugin. +It supports: + +- Unlimited tabs +- Tabs that always send to a certain channel +- More flexible filtering +- RGB channel colouring +- Completely variable font size +- Sidebar tabs +- Unread counts +- Screenshot mode (obfuscate names) + +--- + +### Chat Window +![chatWindow.png](ChatTwo%2Fimages%2FchatWindow.png) +--- + +### Thanks to +The original dev Anna~ \ No newline at end of file