Infobot: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "Infobot is a script, written in the PERL programming language by Kevin Lenzo. It's an example of a chatbot, * [https://en.wikipedia.org/wiki/Infobot Wikipedia article] * Pu...")
 
No edit summary
Line 10: Line 10:
The IRC Hacks article seems to reference the last "0" version, [https://sourceforge.net/projects/infobot/files/infobot/0.45.3/infobot-0.45.3.tar.gz/download 0.45.3]
The IRC Hacks article seems to reference the last "0" version, [https://sourceforge.net/projects/infobot/files/infobot/0.45.3/infobot-0.45.3.tar.gz/download 0.45.3]
Unfortunately, there seems to be a bit a old PERL still in this code that prevents it from "just running" in 2020. It turns out it's just a question of removing the use of the function "defined".
Unfortunately, there seems to be a bit a old PERL still in this code that prevents it from "just running" in 2020. It turns out it's just a question of removing the use of the function "defined".
The "patched" version is here:
* https://git.xpub.nl/XPUB/infobot

Revision as of 21:35, 27 September 2020

Infobot is a script, written in the PERL programming language by Kevin Lenzo. It's an example of a chatbot,

There are many versions...

The IRC Hacks article seems to reference the last "0" version, 0.45.3 Unfortunately, there seems to be a bit a old PERL still in this code that prevents it from "just running" in 2020. It turns out it's just a question of removing the use of the function "defined".

The "patched" version is here: