Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 2.04 KB

README.md

File metadata and controls

33 lines (23 loc) · 2.04 KB

AION Chat

Checks CodeFactor CodeCov License

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.

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

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.