mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
Fix doc (again).
This commit is contained in:
parent
5f8e45aaa8
commit
0da8ab759e
@ -838,10 +838,8 @@ class NestedCommandsIrcProxy(ReplyIrcProxy):
|
|||||||
def reply(self, s, noLengthCheck=False, prefixNick=None,
|
def reply(self, s, noLengthCheck=False, prefixNick=None,
|
||||||
action=None, private=None, notice=None, to=None, msg=None):
|
action=None, private=None, notice=None, to=None, msg=None):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
reply(s) -> replies to msg with s
|
|
||||||
|
|
||||||
Keyword arguments:
|
Keyword arguments:
|
||||||
|
|
||||||
* `noLengthCheck=False`: True if the length shouldn't be checked
|
* `noLengthCheck=False`: True if the length shouldn't be checked
|
||||||
(used for 'more' handling)
|
(used for 'more' handling)
|
||||||
* `prefixNick=True`: False if the nick shouldn't be prefixed to the
|
* `prefixNick=True`: False if the nick shouldn't be prefixed to the
|
||||||
|
Loading…
Reference in New Issue
Block a user