849 |
849 |
850 if 'developer_emails' in g_config: |
850 if 'developer_emails' in g_config: |
851 for dev, emails in g_config['developer_emails'].iteritems(): |
851 for dev, emails in g_config['developer_emails'].iteritems(): |
852 self.privmsg (replyto, 'Emails for %s: %s' % (dev, ', '.join (emails))) |
852 self.privmsg (replyto, 'Emails for %s: %s' % (dev, ', '.join (emails))) |
853 #done |
853 #done |
854 else |
854 else: |
855 self.privmsg (replyto, 'No dev emails.') |
855 self.privmsg (replyto, 'No dev emails.') |
856 #fi |
856 #fi |
857 elif command == 'checkhg': |
857 elif command == 'checkhg': |
858 check_admin (sender, ident, host, command) |
858 check_admin (sender, ident, host, command) |
859 global repocheck_timeout |
859 global repocheck_timeout |