mirror of
https://github.com/progval/Limnoria.git
synced 2025-05-03 00:41:11 -05:00
Fixed a couple typos in dbinfo
This commit is contained in:
parent
32b0b65475
commit
7719b8dad3
@ -415,7 +415,7 @@ class FunDB(callbacks.Privmsg):
|
||||
try:
|
||||
id = int(id)
|
||||
except ValueError:
|
||||
irc.error(msg, '<id> must be an integer.')
|
||||
irc.error(msg, 'The <id> argument must be an integer.')
|
||||
return
|
||||
if table not in self._tables:
|
||||
irc.error(msg, '"%s" is not valid. Valid values include %s' % \
|
||||
|
Loading…
x
Reference in New Issue
Block a user