Name
	fc - finds a channel based on a string
Usage
	fc <name_substring>
	fc will find all channels on the selected virtual server (->sel), that
	have names containing <name_substring>.
	c_id 	is the channelID of this channel
	c_dbid	the ID this channel has in the database, only > 0 for registered channels
	c_name	is the name of the channel
Example
	fc default
	>c_id    c_dbid  c_name
	>2       87      Default Channel
	>OK

