https://github.com/vtstech/guildwho
GuildWho v0.1.3
https://github.com/vtstech/guildwho
Last synced: 3 months ago
JSON representation
GuildWho v0.1.3
- Host: GitHub
- URL: https://github.com/vtstech/guildwho
- Owner: VTSTech
- Created: 2015-11-27T19:28:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-23T12:12:38.000Z (over 9 years ago)
- Last Synced: 2025-01-08T12:48:57.681Z (4 months ago)
- Language: Lua
- Homepage:
- Size: 171 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GuildWho
Title: GuildWhoNotes: Keeps track of a variety of information about Guild Members. Guild Join Date, Join Level, Rank Change Date, Kick Date,Who Kicked. Total Chat Lines and Achievements.
Author: Veritas83 (GitHub) aka DatMage (Warmane)
Version: 0.1.2
Usage:
/gwho - show help
Local output
/gwho Nick - Performs Lookup on saved data. Checks Join Date, Rank Change Date and, if it exists, Kick Date and by whom.
/gwho stats Nick - Preforms Lookup on saved Stats data. Counts # of Guild Chat Lines and # of Achievements
Guild Chat output
/gwho statsg Nick - Preforms Lookup on saved Stats data. Counts # of Guild Chat Lines and # of Achievements. Outputs in Guild Chat.
/gwho showver - Displays version info and GitHub link
Settings
/gwho guildcmd - Toggles responding to .gwho Nick in guild chat
/gwho usekickr - toggles use of default kick reason
/gwho setkickr - sets the default kick reason
/gwho showkickr - shows the currently set kick reason
Manual Database submission (These are detected and added automatically while the Addon is loaded)
/gwho addjoin Nick 11/22/15 11/22/15 - Manual join submit
/gwho addjoinl Nick 69 - Manual join level submit
/gwho addkick Nick 11/22/15 KickedBy - Manual kick submit
/gwho addkickr Nick KickReason - Manual kick reason submit, Should be done for all kicks. (Not needed since v0.1.1, Default Kick Reason support added)