This commit is contained in:
Thomas Baruchel 2021-05-24 16:08:54 +02:00
parent f54f60646d
commit 45bd472b3a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Python is a widely known language supported by a huge community. Therefore, codi
Hacking existing tools rather than building a whole new project from nothing follows a traditional philosophy of coding, explaining the name of the current project (while it could be argued on the other hand that the “42” number in the very same name has no real justification by itself). It allows you to code powerful bots by taking benefits of all features and subtleties from the IRC protocol without having to deal with lots of dependencies huge Python projects have. Furthermore, resulting bots should have a much lower memory footprint and CPU usage than many other Python competitors.
The script by itself is very short and compact (though written with great care), and adding some code at the end for implementing a new bot should simply be a matter of writing a few lines:
The script by itself is very short and compact (although written with great care), and adding some code at the end for implementing a new bot should simply be a matter of writing a few lines:
class Test(Bot):
def on_msg(self, nick, msg):