Procházet zdrojové kódy

saying user is redundant - removing

tags/v0.1^2
Ben Kurtovic před 13 roky
rodič
revize
413f6c840b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      irc/commands/rights.py

+ 1
- 1
irc/commands/rights.py Zobrazit soubor

@@ -29,7 +29,7 @@ class Rights(BaseCommand):
username = ' '.join(data.args)
rights = self.get_rights(username)
if rights:
self.connection.reply(data, "the rights for user \x0302{0}\x0301 are {1}.".format(username, ', '.join(rights)))
self.connection.reply(data, "the rights for \x0302{0}\x0301 are {1}.".format(username, ', '.join(rights)))
else:
self.connection.reply(data, "the user \x0302{0}\x0301 has no rights, or does not exist.".format(username))



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