waartaa / ircb

A versatile IRC bouncer for humans
MIT License
49 stars 15 forks source link

Docstring missing in functions #89

Open farhaanbukhsh opened 8 years ago

farhaanbukhsh commented 8 years ago

I have been looking into the files and found that a lot functions don't have docstring written which makes it difficult to figure out what that function does.

https://github.com/waartaa/ircb/blob/develop/ircb/lib/dispatcher/__init__.py

rtnpro commented 8 years ago

On Fri, Oct 7, 2016 at 6:47 PM, Farhaan Bukhsh notifications@github.com wrote:

I have been looking into the files and found that a lot functions don't have docstring written which makes it difficult to figure out what that function does.

https://github.com/waartaa/ircb/blob/develop/ircb/lib/ dispatcher/init.py

Agree! We need to work on this.