<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/site.xsl"?>
<document title="bast : variable data">
  <body>


<table cellspacing="15">
<tr><th valign="top">botname.fh</th>
<td>
	Named pipe, toss stuff in here, and the bot outputs to the channel specified
	in your conifg.  Should be one line, a nick, a space, then your message.
</td></tr>

<tr><th valign="top">botname.ignore</th>
<td>
	Simple text file, one host mask per line.  The bot will ignore them.
</td></tr>

<tr><th valign="top">botname.seen.db</th>
<td>
	BerkeleyDB for last-seen data.  Simply $seen{channel}{nick} = 'message';
</td></tr>

<tr><th valign="top">botname.tell</th>
<td>
	Directory for 'tell' output.  Files get created in here, named: 
	$target_nick.$threadnum.$time - where $time is the current time.<br/>
	contents is tab-seperated:
		$currenttime, $delivertime, $private_flag, $from, $message
</td></tr>

<tr><th valign="top">botname.ws</th>
<td>
  Directory to store "who said that?" data.  Each InfoBot request makes a file
 	here, named $target (the channel it was made in) containing who made the request.
</td></tr>

</table>


</body>
</document>

