-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Readme: Installation / Usage / Modification
- Loading branch information
1 parent
a57815a
commit f9bb38a
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# antitsbot | ||
Teamspeak 3 - Lua-Plugin sending auto-reply to user "TSBot" in order to avoid being moved for being afk. | ||
|
||
## Installation | ||
|
||
* navigate to your "TeamSpeak 3 Client" directory (presumably "C:\Programs\Teamspeak 3 Client" or "C:\Users\Username\AppData\Local\TeamSpeak 3 Client" or similar) | ||
* navigate to subdirectory "plugins" and there into subdirectory "lua_plugin" | ||
* add directory "antitsbot" from this repository into directory "lua_plugin" | ||
* Start Teamspeak, Open Settings > Plugins, choose Lua Plugin (make sure the box is checked so Lua is running) > Advanced Options > check the box before "antitsbot" > Apply | ||
* You should see two messages for antitsbot being loaded | ||
|
||
## Usage | ||
|
||
Every time a user called "TSBot" sends you a message, your client will answer this message automatically. So if TSBot warns you, that you will be moved for being AFK in some minutes, your client becomes active so your afk-counter is resetted, effectively preventing you from being moved by the bot. | ||
|
||
## Modification | ||
|
||
If the bot you want to avoid being moved from has a name else than "TSBot" you can easily change the name by opening antitsbot/events.lua and replacing "TSBot" by any given name you want the plugin to listen to. |