We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b15e4 commit fb457c5Copy full SHA for fb457c5
src/IRCBuffer.py
@@ -56,7 +56,7 @@ def get_all(self, for_user: typing.Optional[str]=None):
56
yield line
57
58
def find(self, pattern: typing.Union[str, typing.Pattern[str]],
59
- not_pattern: typing.Union[str, typing.Pattern[str]],
+ not_pattern: typing.Union[str, typing.Pattern[str]]=None,
60
from_self=True, for_user: str=None, deleted=False
61
) -> typing.Optional[BufferLineMatch]:
62
if for_user:
0 commit comments