ANP Frequently Asked Questions
Updated: Jan 29, 2006 - v0.1

* What is ANP?
ANP is a now playing plugin for XChat, currently supporting Amarok.

* What does ANP stand for?
ANP means 'Amarok Now Playing'.

* How can I load the plugin automatically when XChat starts?
Copy the anp.so file into your ~/.xchat2 directory, where ~ is your home
directory.

* Can I modify the default 'Rocks:' message?
Yes. Use the /ANPMSG <MESSAGE> command. For example, if you would like
your message to be 'Uncle Rodney Says:', type '/ANPMSG Uncle Rodney
Says:', without the quotes.

* I lost the ANP menu! How can I get it back?
Use the /ANPMENU 1 command.

* How can I compile the plugin?
The source file is located in src/main.c. Use the compile.bash script or
type in a shell:

	gcc -Wl,--export-dynamic -Wall -O1 -shared -fPIC main.c -o anp.so

* Where can I get updates for ANP?
Check the homepage at:

	http://project-lsp.sourceforge.net/scripts.html

* Where can I submit bug reports/feature requests?
For bugs go to SourceForge at:

	http://sourceforge.net/tracker/?group_id=187209&atid=920380

For feature requests go at:

	http://sourceforge.net/tracker/?group_id=187209&atid=920383

You can also contact me via email at christmas_cpp@yahoo.com.
