Browse Source

remove op-check for !rollout-status

Helge Jung 9 years ago
parent
commit
3619ada1eb
1 changed files with 0 additions and 5 deletions
  1. 0 5
      modules/ffpb.py

+ 0 - 5
modules/ffpb.py

@@ -867,11 +867,6 @@ def ffpb_rolloutstatus(bot, trigger):
 		result[branch] = None
 	skipped = 0
 
-	# command is restricted to bot-admins via PM or OPS in the channel
-	if (not (trigger.admin and trigger.is_privmsg)) and (not trigger.nick in bot.ops[trigger.sender]):
-		bot.say('Geh zur dunklen Seite, die haben Kekse - ohne Keks kein Rollout-Status.')
-		return
-
 	# read expected firmware version from command arguments
 	expected_release = trigger.group(2)
 	if expected_release is None or len(expected_release) == 0: