00001 Dependencies = []
00002
00003 def execute(macro, args):
00004 keys = args.split(' ')
00005 for key in keys:
00006 if '<' in key or '>' in key or '"' in key:
00007 return "Invalid Lurker argument"
00008 p = ','.join(keys)
00009 return macro.formatter.rawHTML('<a class="mailto" title="Search list archives for \'%s\'" href="https://code.ros.org/lurker/search/20380101.000000.00000000@%s.en.html">[ML]</a>'%(p, p))