Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iswenzz/aion-chat
The AION chat utility provides the possibility to filter chat messages in real time, and set custom triggers to listen for, which notify you when they are found in the chat.
https://github.com/iswenzz/aion-chat
aion chat csharp dotnet log trigger utility winforms
Last synced: about 2 months ago
JSON representation
The AION chat utility provides the possibility to filter chat messages in real time, and set custom triggers to listen for, which notify you when they are found in the chat.
- Host: GitHub
- URL: https://github.com/iswenzz/aion-chat
- Owner: Iswenzz
- License: gpl-3.0
- Created: 2019-10-09T20:27:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T18:50:27.000Z (about 2 months ago)
- Last Synced: 2024-11-18T19:45:55.723Z (about 2 months ago)
- Topics: aion, chat, csharp, dotnet, log, trigger, utility, winforms
- Language: C#
- Homepage: https://iswenzz.com
- Size: 139 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# AION Chat
[![Checks](https://img.shields.io/github/check-runs/Iswenzz/AION-Chat/master?logo=github)](https://github.com/Iswenzz/AION-Chat/actions)
[![CodeFactor](https://img.shields.io/codefactor/grade/github/Iswenzz/AION-Chat?label=codefactor&logo=codefactor)](https://www.codefactor.io/repository/github/iswenzz/AION-Chat)
[![CodeCov](https://img.shields.io/codecov/c/github/Iswenzz/AION-Chat?label=codecov&logo=codecov)](https://codecov.io/gh/Iswenzz/AION-Chat)
[![License](https://img.shields.io/github/license/Iswenzz/AION-Chat?color=blue&logo=gitbook&logoColor=white)](https://github.com/Iswenzz/AION-Chat/blob/master/LICENSE)![](https://i.imgur.com/O1u5l3N.png)
The AION chat utility provides the possibility to filter chat messages in real time, and set custom triggers to listen for. When these trigger words are found in the chat, it will notify you using the built in Windows Notifications. You can filter chat in multiple channels such as Whisper (PM), Global chat (All), and Looking for Group (LFG). It works by reading AION's ``chat.log`` file in real time, providing minimal delay to give the best experience possible. More information can be found lower in this document.
The ``chat.log`` file can be enabled by adding ``g_chatlog = "1"`` in the ``system.cfg`` file using [AionSysEditor](https://rainy.ws/apps.php).
## Features ##
* Real time update
* Chat channels
* Chat triggers
* Ban chat words
* Easy copy paste
* Sound / Tray notification
* Link parsing## Instructions
In order to use this application, just download the archived file down below, and extract it to any destination. You can create a shortcut of the executable file and place it anywhere, and run it from said shortcut.## Building
1. [Visual Studio](https://visualstudio.microsoft.com/)### [Download](https://github.com/Iswenzz/AION-Chat/releases)
## Contributors:
***Note:*** If you would like to contribute to this repository, feel free to send a pull request, and I will review your code. Also feel free to post about any problems that may arise in the issues section of the repository.