Update OOPS URI

Fixes: LP #1051902
This commit is contained in:
tsimpson 2012-09-17 14:19:17 +01:00
commit 0e9d2e292b

View File

@ -450,7 +450,7 @@ class Bugtracker(callbacks.PluginRegexp):
return
if not self.is_ok(channel, 'lpoops', oopsid):
return
irc.reply('https://lp-oops.canonical.com/oops.py/?oopsid=' + oopsid, prefixNick=False)
irc.reply('https://oops.canonical.com/?oopsid=' + oopsid, prefixNick=False)
def cveSnarfer(self, irc, msg, match):
r"(cve[- ]\d{4}[- ]\d{4})"