Wikipedia:Scripts/Bug linking into Mediazilla ver 0.1

Bug linking into Mediazilla ver 0.1

; ----- Linking bug IDs into the mediazilla -----
on ^*:HOTLINK:*bug*:#: { return }
on *:HOTLINK:*bug*:#,?,=:{ 
  if ($regex($hotline,.*bug ([0-9]+).*)) {
    url $+(http://bugzilla.wikimedia.org/show_bug.cgi?id=,$regml(1))
  }
}
Uses material from the Wikipedia article Wikipedia:Scripts/Bug linking into Mediazilla ver 0.1, released under the CC BY-SA 4.0 license.