This plugin blocks most of the URL's that are posted in chat, and logs it, telling you who did it.
Installation
Put URLChatFilter.smx in
sourcemod/plugins
Put ucb_whitelist.txt in
sourcemod/configs
(Optional) Put URLChatFilter.sp in
sourcemod/scripting
Cvars
sm_urlchatblock_enabled - Enable or disable the URL Chat Block plugin
sm_urlchatblock_version - The version of the URL Chat Block plugin.
sm_urlchatblock_use_immunity - Should this plugin use immunity to decide if someone can post a URL or not?
sm_urlchatblock_flags - Set of flags that get immunity from URL Chat Block.
Example: sm_urlchatblock_flags "b" would make clients with the generic flag be immune to this plugin. No longer used.
sm_urlchatblock_show_message_to_author - An option to show message to the author so he/she would not realize the block
sm_urlchatblock_log - Enable or disable the logging of people's URL blocks
sm_urlchatblock_whitelist - Use a whitelist?
sm_urlchatblock_whitelist_path - The path to the whitelist file.
sm_urlchatblock_reloadflags - The flags necessary to reload the Url Chat Block config. No longer used.
sm_urlchatblock_autoupdate - Autoupdate?
Commands:
sm_ucb_reload - Reload the url chat block whitelist.
Overrides:
sm_urlchatblock_immune - Those who are immune to this chat block.
sm_ucb_reload - Access to reloading the config.
DOWNLOAD PLUGIN
VIEW ON GITHUB
Version History:
Code:
9/29/2012 - Version 3.1.0
9/29/2012 - Version 3.0.0
5/25/2012 - Version 2.2
5/24/2012 - Version 2.1
3/27/2012 - Version 2.0
3/25/2012 - Version 1.3
3/11/2012 - Version 1.2
3/11/2012 - Version 1.1
2/28/2011 - Initial Release (Version 0.1)
Additional Stuff: