From ad5115fed816fe540d674ac18ec7c8eb60a91384 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 23 Jan 2021 21:44:30 +0100 Subject: [PATCH] That is not exactly true anymore --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e5ecb2..6c6c83e 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ A friendly lightweight wrapper around [slixmpp](https://slixmpp.readthedocs.io/) for writing XMPP bots in Python. The goal is to make writing and running XMPP bots easy and fun. `xbotlib` is a [single file implementation](./xbotlib.py) which can easily be understood and -extended. It provides a small API surface which reflects the `slixmpp` way of -doing things. The `xbotlib` source code and ideas are largely +extended. The `xbotlib` source code and ideas are largely borrowed/stolen/adapted/reimagined from the XMPP bot experiments that have gone on and are still going on in [Varia](https://git.vvvvvvaria.org/explore/repos?tab=&sort=recentupdate&q=bots).