Thread Tools Display Modes
09-03-09, 06:00 PM   #1
ffxiedyn
A Chromatic Dragonspawn
 
ffxiedyn's Avatar
Join Date: Oct 2008
Posts: 165
joined channel/leaves channel spam

anyone know of a mod that can suppress this kind of spam?
  Reply With Quote
09-03-09, 06:17 PM   #2
Waverian
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 188
Not sure if there's a mod for this but it's very easy to do.

Code:
ChatFrame_AddMessageEventFilter('CHAT_MSG_CHANNEL_JOIN', function() return '' end)
ChatFrame_AddMessageEventFilter('CHAT_MSG_CHANNEL_LEAVE', function() return '' end)
You can drop those two lines into an existing .lua file for one of your addons, or just create a simple .toc file and .lua file containing the above.
  Reply With Quote
09-03-09, 06:35 PM   #3
zero-kill
A Firelord
 
zero-kill's Avatar
Join Date: Aug 2009
Posts: 497
Could have sworn there was an option in the default chat options.
  Reply With Quote
09-03-09, 06:41 PM   #4
Dainton
A Flamescale Wyrmkin
 
Dainton's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 115
Originally Posted by zero-kill View Post
Could have sworn there was an option in the default chat options.
It's per channel and it affects everyone who is in it.
/announcements, /ann - toggle join/leave announcements on a channel
  Reply With Quote
09-03-09, 11:26 PM   #5
ffxiedyn
A Chromatic Dragonspawn
 
ffxiedyn's Avatar
Join Date: Oct 2008
Posts: 165
thanks for the replys, ill add the lua code, seems less intrusive to others options for the channels.
  Reply With Quote
09-07-09, 09:27 AM   #6
xtoq
An Aku'mai Servant
 
xtoq's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 32
FuzzyChannelCondenser will compress those messages into a single line.
__________________
There is absolutely no evidence to support the theory that life is serious.
  Reply With Quote
09-08-09, 04:33 PM   #7
ffxiedyn
A Chromatic Dragonspawn
 
ffxiedyn's Avatar
Join Date: Oct 2008
Posts: 165
yes, i tried fuzzy addon, xtoq, it does condense them, for each player however...

if 5 ppl log into the channel, i still see 5 lines ^^;

i was looking for a way to remove it completely, as i really don't care who comes in or out of the channels =P
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » joined channel/leaves channel spam


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off