BrickExtrasIncludes the following command: /announce
You've got the "BrickExtras" title in there still, instead of "Announce", not sure if this was on purpose.
If I made my own code it would've looked like that minus the filters. I looked compared it to IGSO and noticed some nice filters that I should add.The filters are from IGSO, nothing else is.
function isClean(%client, %msg, %filter) //%filter was a part of IGSO's isClean{ switch($Pref::server::eTardFilter) //Where does %filter come in? Switch just checks numbers, this is the end. { -snip- }}
if(strlen(%msg) && isClean(%client,%msg,"Curse") && isClean(%client, %msg,"eTard"))