Skip to content

Commit cdda862

Browse files
authored
Merge pull request CloudBotIRC#47 from MuffinMedic/remind
Fix misspelling of "then" to "than" in remind.py
2 parents a7ac9f6 + 3bf7235 commit cdda862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/remind.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def remind(text, nick, chan, db, conn, notice, async):
163163
return "Invalid input."
164164

165165
if seconds > 2764800 or seconds < 60:
166-
return "Sorry, remind input must be more then a minute, and less then one month."
166+
return "Sorry, remind input must be more than a minute, and less than one month."
167167

168168
# work out the time to remind the user, and check if that time is in the past
169169
remind_time = datetime.fromtimestamp(current_epoch + seconds)

0 commit comments

Comments
 (0)