]> jfr.im git - erebus.git/commitdiff
update version link to source
authorJohn Runyon <redacted>
Thu, 15 Jun 2023 03:47:24 +0000 (21:47 -0600)
committerJohn Runyon <redacted>
Thu, 15 Jun 2023 03:47:24 +0000 (21:47 -0600)
bot.py

diff --git a/bot.py b/bot.py
index 366eda2db45efc2f789dcc419f6f2f65885f6a79..db5859d0c59932218384a7c1e0253a88d838cab0 100644 (file)
--- a/bot.py
+++ b/bot.py
@@ -305,7 +305,7 @@ class Bot(object):
                        if msg.startswith("\001"): #ctcp
                                msg = msg.strip("\001")
                                if msg == "VERSION":
-                                       self.msg(user, "\001VERSION Erebus v%d.%d - http://github.com/zonidjan/erebus" % (self.parent.APIVERSION, self.parent.RELEASE))
+                                       self.msg(user, "\001VERSION Erebus v%d.%d - http://jfr.im/git/erebus.git" % (self.parent.APIVERSION, self.parent.RELEASE))
                                return
 
                triggerused = msg.startswith(self.parent.trigger)