We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8937f3d commit 9414349Copy full SHA for 9414349
err-secondlife.py
@@ -26,7 +26,7 @@
26
class SecondLife(BotPlugin):
27
"""Integrating your Second Life into Err"""
28
min_err_version = '1.6.0' # Optional, but recommended
29
- max_err_version = '1.7.0' # Optional, but recommended
+ max_err_version = '1.7.1' # Optional, but recommended
30
31
def activate(self):
32
if not self.config or not set(self.config).issuperset(set(("USERNAME", "PASSWORD"))):
0 commit comments