Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
ben
/
earwigbot
miroir de
https://github.com/earwig/earwigbot
Suivre
1
Ajouter aux favoris
1
Bifurcation
0
Code
Versions
4
Activité
Parcourir la source
Allow reminder IDs to be lowercase.
tags/v0.2
Ben Kurtovic
il y a 10 ans
Parent
c15303290b
révision
700b57de1c
1 fichiers modifiés
avec
1 ajouts
et
0 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-0
earwigbot/commands/remind.py
+ 1
- 0
earwigbot/commands/remind.py
Voir le fichier
@@ -79,6 +79,7 @@ class Remind(Command):
Raises IndexError on failure.
"""
rid = rid.upper()
if user not in self.reminders:
raise IndexError(rid)
return [robj for robj in self.reminders[user] if robj.id == rid][0]
Écrire
Aperçu
Chargement…
Annuler
Enregistrer