Name
	fp - finds a player based on a string
Usage
	fp <name_substring>
	fp will find all players that have nicks that have <name_substring> in
	their nick-name or in their login-name.
	p_id	is the playerID, needed for most player manipulations
	p_dbid	is the databaseID, zero for unregistered players
	c_id	is the channelID in which this user is currently in.
	ip	is the IP address of the user, good for banning
Example
	fp unky
	>p_id  p_dbid  c_id    nickname        loginname       ip
	>9114  0       1979    "FunkyFreak"    ""              "80.184.142.72"
	>9432  0       1848    "fresh&funky"   ""              "217.82.132.218"
	>OK
