#define AB_EXTANT -- what was i thinking?

/autblock reload [target]

/autoblock edit <target> command that pops up an editor
and reloads the target list; or a better way to change
stored regular expressions.

Changing the open list to store the GaimAccount with
the Instant Message.

ab_conv_notice needs to check if the smileys are already
'none'; this will improve performance and allow batch
notices without setting and resetting the smileys themes
so many times.

Extending to other protocols:
	removing or extending the protocol check
	only using the <font> tag if supported
	changing the "yahoo_autoblock" name
	etc

Blocking users who repeat a message more than 'x'
times.

preferences layout:
/plugins/core/yahoo_autoblock/
	/prpl
		prpl-yahoo bool
		prpl-aim, prpl-irc etc etc
	/notices
		chat_nick_match int VERBOSE | etc etc
		chat_msg_match  etc etc
		im_nick_match   etc etc
		im_msg_match    etc etc
		/font
			size  -5 <-> +5
			color string
			bold
			underline
			italics
	debug int ??
	/filter
		/chat
			nick FILTER_ALWAYS | etc etc
			msg  etc etc
			ignore_on_block TRUE | FALSE
			msg_repeats int
		/im
			in_room      FILTER_ALWAYS | etc etc
			not_in_room  etc etc
			not_chatting etc etc
			block_on_ignore TRUE | FALSE
	/file
		exemptions
		nicks
		messages
		editor

Add a temporary exemption list, have settings to add
a user if they say yer nick, or a phrase.  Optionally
remove a user from this list when they leave the chat,
or all users if you leave the chat.  Optionally use the
permanent exemption list.

