Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List channels #217

Open
onerkcll opened this issue Oct 9, 2023 · 2 comments
Open

List channels #217

onerkcll opened this issue Oct 9, 2023 · 2 comments

Comments

@onerkcll
Copy link

onerkcll commented Oct 9, 2023

after joining a server and chanel with Ircbot im calling list function over connection but it does not returns anny thing how can ı capture it ?

@onerkcll
Copy link
Author

onerkcll commented Oct 9, 2023

` def on_listreply(self, connection, event):
pass

def on_list_reply(self, connection, event):
    pass

def on_listend(self, connection, event):
    pass

def on_list(self, connection, event):
    pass

def on_liststart(self, connection, event):
    pass

def on_list_start(self, connection, event):
    pass

def on_list_end(self, connection, event):
    pass

`
I'm implementing these methods but just start and end works and they does not have the channel list information. how to implement on_list ?

@jaraco
Copy link
Owner

jaraco commented Dec 25, 2023

Off the top of my head, I don't know the answer to your question. I do see that the tests don't exercise anything for "list", so it may be an under-tested feature. I recommend to run the client with logging set to debug and then trace the incoming "list" events into the client to determine where they might be dispatched. I wish I had a better answer for you. Maybe someone else can chime in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants