Use new oops.canonical.com site when giving oops links

This commit is contained in:
Martin Packman 2012-09-17 11:53:01 +01:00
parent b74850a092
commit 0a76edf58b

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})"