Procházet zdrojové kódy

'add users' -> 'add or remove users'

tags/v0.2
Ben Kurtovic před 10 roky
rodič
revize
d411f55c30
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      earwigbot/commands/access.py

+ 1
- 1
earwigbot/commands/access.py Zobrazit soubor

@@ -112,7 +112,7 @@ class Access(Command):

def get_user_from_args(self, data, permdb):
if not permdb.is_owner(data):
msg = "You must be a bot owner to add users to the access list."
msg = "You must be a bot owner to add or remove users to the access list."
self.reply(data, msg)
return
levels = ["owner", "owners", "admin", "admins"]


Načítá se…
Zrušit
Uložit