-
After a series of reconnects my bot was only connected to half it's normal networks. Forcing the reconnect with @disconnect then @connect resulted in the bot dying.
```
DEBUG 2013-09-24T15:43:26 Inco…
weedy updated
7 years ago
-
For legacy reasons, Limnoria includes [its own definition of `any()`](https://github.com/progval/Limnoria/blob/fccb4f705bb5ead64059a1f5994ef5e593095062/src/commands.py#L959) which clashes with the Pyt…
-
It may be useful to have this template: http://www.schwer.us/journal/2005/04/17/supybot-init-script-for-debian/
-
I added this with only one or two lines in one function.
Edit: Here is a diff:
``` diff
diff --git a/plugin.py b/plugin.py
index b85389b..742f205 100644
--- a/plugin.py
+++ b/plugin.py
@@ -29,6 +29,…
-
Version: 0.83.4.1+limnoria (2011-09-02T20:03:44+0000)
Far from latest vesion, might already be fixed for all I know.
No actual problem, except not replying to "nick" command and errors appearing in lo…
Hoaas updated
7 years ago
-
The code is full of `.encode("utf8", "replace")` due to the uncertainty of types that come and go from supybot.
-
I configured the bot with the language setting "de" via supybot-wizard. Then I changed my mind and set "supybot.language" to "en" and restarted. The description of commands is in English now, but the …
-
It currently supports ReST and whatever STX is. While ReST is great, many people would prefer markdown these days.
-
```
Exception in thread Thread #2 (for snarfing http://imgur.com/gallery/DQlH8):
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
sel…
weedy updated
7 years ago
-
I see two kinds of errors in logs:
``` pytb
Exception in thread Thread-46242:
Traceback (most recent call last):
File "/home/users/mikaela/.local/opt/python3/lib/python3.5/threading.py", line
923,…