geventirc icon indicating copy to clipboard operation
geventirc copied to clipboard

A simple IRC client using gevent.

Results 3 geventirc issues
Sort by recently updated
recently updated
newest added

Hi Antonin, I was using geventirc for quite a while within one of my projects, where it is still doing a great job - thanks for sharing it! Yesterday I...

You've got your `is_valid_param` method, but nothing actually calls it. So the following code would make the client quit: ``` client.msg('#gevent', 'just type /quit whoever, and it\'ll quit them from...