mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 12:12:54 +01:00
Fixed some grammar errors
This commit is contained in:
parent
f592aab3c0
commit
e196650f20
@ -250,9 +250,9 @@ class Todo(callbacks.Privmsg):
|
|||||||
"""[--{regexp,exact}=<value>] [<glob>]
|
"""[--{regexp,exact}=<value>] [<glob>]
|
||||||
|
|
||||||
Searches the keyspace for tasks matching <glob>. If --regexp is given,
|
Searches the keyspace for tasks matching <glob>. If --regexp is given,
|
||||||
it associated value is taken as a regexp and matched against the tasks;
|
its associated value is taken as a regexp and matched against the
|
||||||
if --exact is given, its associated value is taken as an exact string
|
tasks; if --exact is given, its associated value is taken as an exact
|
||||||
to match against the task.
|
string to match against the tasks.
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
id = ircdb.users.getUserId(msg.prefix)
|
id = ircdb.users.getUserId(msg.prefix)
|
||||||
|
Loading…
Reference in New Issue
Block a user