Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Commit

Permalink
PR #212
Browse files Browse the repository at this point in the history
Merge branch 'develop' into drillsqueak
  • Loading branch information
Marenthyu committed Jun 7, 2017
2 parents 338df7d + e8792e0 commit 156c039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ratlib/api/names.py
Expand Up @@ -346,7 +346,7 @@ def guarded(bot, trigger, *args, **kwargs):
return actual_decorator(message)
return actual_decorator

privlevels = {'recruit.fuelrats.com':0, 'rat.fuelrats.com':1, 'dispatch.fuelrats.com':2, 'overseer.fuelrats.com':3, 'op.fuelrats.com':4, 'techrat.fuelrats.com':5, 'netadmin.fuelrats.com':6}
privlevels = {'recruit.fuelrats.com':0, 'rat.fuelrats.com':1, 'dispatch.fuelrats.com':2, 'overseer.fuelrats.com':3, 'op.fuelrats.com':4, 'techrat.fuelrats.com':5, 'netadmin.fuelrats.com':6, 'admin.fuelrats.com':6}

def getPrivLevel(trigger):
if trigger.owner:
Expand Down

0 comments on commit 156c039

Please sign in to comment.