Download
(11Kb)
Download
Updated: 10-09-11 11:45 PM
Pictures
File Info
Updated:10-09-11 11:45 PM
Created:01-17-09 02:15 PM
Downloads:4,220
Favorites:5
MD5:

GuildChatAdmin

Version: 1.26
by: cloudwolf [More]

fixed the TOC so it works with 4.2.
fixed infinant loop problems. Now it should never infinant loop by accidentaly triggering itself via the warning message.
fixed a problem where it wasn't actualy using the user message properly due to my ignorance.
Now will never trigger 2 warnings for one sentence containing multiple swears as it feels like overkill/spam
now you can make it display how many times the specific player has been warned for swearing.

Uses a default or custom word bank and scans guildchat for swear words. If found it will send a generic or user created warning message in guild chat directed at the offending player requesting them not do it again else further action will be taken. This is a WIP. I'm going to be adding more features to this. Doesn't prevent swearing just warns people for it.

TO OPEN MENU TYPE /gcao
When creating your custom message type playername in the text box when you want to identify the offending players name, you can also type numwar to display how many times the player has been warned before. This is not required


Currently in:

  • counts how many times players swear
  • Added a button to display words on your custom list which opens up a new menu that displays the words
  • Options menu with buttons to choose between custom/default list to reset
  • your custom list to add and remove words to your custom list also a button to clear said list.
  • Also to enable and disable the addon from ingame.
  • Sends warning if swear is detected.
  • User Created warning along with a default.
  • Added a warning sound that can be toggled on and off.


To come:
3 strike system
more?

Credits: Cloudwolf(me) for creating, people from wowinterface that helped me with api and the such, Yodaddy on wowinterface for requesting this addon.

toc fix for 3.3
now keeps track of how many times a player swears.
fixed using the proper usermessage
fixed infinant loops
toc updated to 3.2 and cleaned up code some.
Now using 1 global instead of 5 or 6.
created a menu for your custom word list to be shown. This was to reduce text spam.
Fixed Cross faction problems.
Made Options menu layout look less cluttered.
Warning sound can now be toggled on and off.
Added a warning sound when the message warning a player is fired.
BUG FIX
Added the ability to have user defined warning messages. Ability to switch between default and custom messages. Fixed a potential crash issue.
Optional Files (0)


Post A Reply Comment Options
Unread 02-04-09, 05:46 PM  
cloudwolf
A Black Drake
AddOn Author - Click to view AddOns

Forum posts: 87
File comments: 31
Uploads: 5
Originally posted by cawfee
As of the latest release, I have the problem that it prints "You cannot speak that language" whenever a marked word pops up. The language is set to "common" as default, which Horde characters can't speak.

Reduce line 61 and 68 properties to simply "GUILD" to have it use the default language for each faction; you also don't need to declare a channel for Gchat separately.

To round it off, add a command that prints out your custom list so you can see which words you're using right now. Sell-O-Matic has a working example of it in their LUA you could use C:
Fixed cross faction problem sorry about that. And added a button to display it in chat will see about creating a frame to display your custom list not right this second though.
Report comment to moderator  
Reply With Quote
Unread 02-04-09, 02:40 AM  
cawfee
An Aku'mai Servant
 
cawfee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 30
File comments: 94
Uploads: 1
As of the latest release, I have the problem that it prints "You cannot speak that language" whenever a marked word pops up. The language is set to "common" as default, which Horde characters can't speak.

Reduce line 61 and 68 properties to simply "GUILD" to have it use the default language for each faction; you also don't need to declare a channel for Gchat separately.

To round it off, add a command that prints out your custom list so you can see which words you're using right now. Sell-O-Matic has a working example of it in their LUA you could use C:
Last edited by cawfee : 02-04-09 at 01:56 PM.
Report comment to moderator  
Reply With Quote
Unread 02-03-09, 07:45 PM  
cloudwolf
A Black Drake
AddOn Author - Click to view AddOns

Forum posts: 87
File comments: 31
Uploads: 5
Originally posted by cawfee
I love this addon so far to remind people that "u" and other unnecessary abbreviations aren't welcome in Guild Chat. Is there a way to make the Options menu a little less cluttered? Right now it just looks like there's buttons and boxes randomly scattered, putting them in line would make it appear a bit nicer.

Also "using custom response" is misspelled as "respone", small typo C:
Fixed the layout it looks better.

Ty for the info. I'll fix the typo. This was my first addon using frames (still a newby) I'll try and make me feel less cluttered. spacing issues is what I had. I didn't know the pixel spaces i needed to make it look right.
Last edited by cloudwolf : 02-03-09 at 09:32 PM.
Report comment to moderator  
Reply With Quote
Unread 02-03-09, 07:21 PM  
cawfee
An Aku'mai Servant
 
cawfee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 30
File comments: 94
Uploads: 1
I love this addon so far to remind people that "u" and other unnecessary abbreviations aren't welcome in Guild Chat. Is there a way to make the Options menu a little less cluttered? Right now it just looks like there's buttons and boxes randomly scattered, putting them in line would make it appear a bit nicer.

Also "using custom response" is misspelled as "respone", small typo C:
Report comment to moderator  
Reply With Quote
Unread 01-30-09, 07:18 PM  
cloudwolf
A Black Drake
AddOn Author - Click to view AddOns

Forum posts: 87
File comments: 31
Uploads: 5
Originally posted by Amethy
Cool addon. I would love to see a sound when the warning goes off in guild chat. I sometimes miss chat due to raids; however, people let me know when someone said something they didnt but that would be a nice addition in the future if possible
Added Requested beep feature.


Thanks for the feed back. I'll see if I can figure out how to put a sound in there maybe a simple beep or something.
Last edited by cloudwolf : 02-01-09 at 01:10 PM.
Report comment to moderator  
Reply With Quote
Unread 01-30-09, 05:48 PM  
Amethy
A Defias Bandit
 
Amethy's Avatar

Forum posts: 2
File comments: 7
Uploads: 0
Cool addon. I would love to see a sound when the warning goes off in guild chat. I sometimes miss chat due to raids; however, people let me know when someone said something they didnt but that would be a nice addition in the future if possible
Report comment to moderator  
Reply With Quote
Unread 01-29-09, 05:32 PM  
cloudwolf
A Black Drake
AddOn Author - Click to view AddOns

Forum posts: 87
File comments: 31
Uploads: 5
Originally posted by Craker
It does not seem to remember by settings after I logout.
Updating. My brain lapsed over something obvious in my code. Hope it fixes otherwise please see bellow message to help me fix.
\/
Which settings does it not remember? does it not remember your custom user message or your custom word list or both? More info would be great to help me debug.
Last edited by cloudwolf : 01-29-09 at 05:41 PM.
Report comment to moderator  
Reply With Quote
Unread 01-29-09, 07:46 AM  
Tealc
A Defias Bandit
 
Tealc's Avatar

Forum posts: 3
File comments: 53
Uploads: 0
It does not seem to remember by settings after I logout.
Report comment to moderator  
Reply With Quote
Unread 01-21-09, 02:03 PM  
cloudwolf
A Black Drake
AddOn Author - Click to view AddOns

Forum posts: 87
File comments: 31
Uploads: 5
Originally posted by Fonjask
And their language filter is annoying if you're dutch as well, because 'can' in 'You can' is 'kunt' in dutch... which that filter disable because it looks like 'cu nt'... Nice addon, although I did modify it a bit. Don't care if people swear, I can see it myself if they overdo it, but made it so that if someone says "<name>, link me your professions" that I whisper them with the links of my professions.

edit: added space in cu.nt
Glad it could be of use as a base. If you publish your change please give credit otherwise I don't care if people edit. I have to agree with the blizzard filter. There's a major over reaction with it trying to filter out ways to get around the filter.
Report comment to moderator  
Reply With Quote
Unread 01-21-09, 08:02 AM  
Fonjask
A Fallenroot Satyr
 
Fonjask's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 266
Uploads: 2
And their language filter is annoying if you're dutch as well, because 'can' in 'You can' is 'kunt' in dutch... which that filter disable because it looks like 'cu nt'... Nice addon, although I did modify it a bit. Don't care if people swear, I can see it myself if they overdo it, but made it so that if someone says "<name>, link me your professions" that I whisper them with the links of my professions.

Originally posted by Mikma
ESC -> Interface -> "Game" -> Social -> [X] Mature language filter ?
edit: added space in cu.nt
__________________
~~~~~~~~~~~~
Last edited by Fonjask : 01-21-09 at 08:02 AM.
Report comment to moderator  
Reply With Quote
Unread 01-19-09, 05:10 PM  
cloudwolf
A Black Drake
AddOn Author - Click to view AddOns

Forum posts: 87
File comments: 31
Uploads: 5
Originally posted by Mikma
ESC -> Interface -> "Game" -> Social -> [X] Mature language filter ?
This was requested not to filter yourself but for policing guild chat. If some one keeps up the language some one might be banned its a warning system for it not to censor it. Yes i know theres a profanity filter.
Report comment to moderator  
Reply With Quote
Unread 01-19-09, 01:32 AM  
mikma
A Cyclonian
 
mikma's Avatar
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 267
Uploads: 23
ESC -> Interface -> "Game" -> Social -> [X] Mature language filter ?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: