Caveat emptor.

This commit is contained in:
Jeremy Fincher 2004-12-10 07:22:46 +00:00
parent 6d7b0d7761
commit 962e259b32

View File

@ -1,3 +1,11 @@
*******************************************************************************
The plugins/Random.py included with the distribution has been
updated to use an argument-parsing module recently added to Supybot
but not yet documented. Still, all of the functions used in this
tutorial are available, so the code (as shown in this tutorial*
should still work.
*******************************************************************************
Ok, so you want to write a callback for Supybot. Good, then this is
the place to be. We're going to start from the top (the highest
level, where Supybot code does the most work for you) and move lower