The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Chatbot::Alpha.

2.00  Thu Oct  6 18:53:00 2005
	- Added some AIML emulation:
		- In-reply redirections (like <srai>):
			+ * or something
			- Or something. {@<star1>}
	- "That" kind of support.
		+ i hate you
		- You're really mean... =(

		+ sorry
		% youre really mean
		- Don't worry--it's okay. :-)
	- Renamed all methods to be alternatingCaps instead of with underscores.
	- Chatbot::Alpha::Syntax supports the newly-added commands.
	- Fixed conditionals, should work more efficiently now:
		- Format changed to *VARIABLE=VALUE::HAPPENS
		- Does numeric == for numbers, or eq for strings... = better matching.

1.71  Sat Oct  1 14:01:00 2005
	- Sorting method reprogrammed for more efficient sorting.

1.70  Wed Aug 17 13:47:35 2005
        - Chatbot::Alpha::Syntax added.
        - ^ command added.
        - Module keeps filenames and line numbers internally, so on internal
                errors such as 'Deep Recursion' and 'Infinite Loop' it can point you
                to the source of the problem.
        - $alpha->search() method added.

1.61  Sat Aug  6 14:43:00 2005
        - Completed Chatbot::Alpha::Sort module.

1.40  Wed May  4 14:54:00 2005
	- Fixed major bug: * being converted to (.*?) wasn't a global replace, so
		thus far reply triggers could only contain a single *.

1.30  Tue Feb 15 16:12:00 2004
	- Added capability for topics.

1.10  Thu Dec 23 14:20:23 2004
	- Added the "#" command.
	- Fixed bugs in reply matching.

1.00  Wed Sep  6 16:22:40 2004
	- original version; created by h2xs 1.23 with options
		-X -n Chatbot::Alpha