anlutro / botologist

Plugin-driven Python3 IRC
MIT License
5 stars 5 forks source link

!help !cmd doesn't work when command method is wrapped in a decorator #41

Closed anlutro closed 8 years ago

anlutro commented 9 years ago

For example, the methods in streams/__init__.py wrapped in @error.return_streamerror_message.

Need to find a way to find the actual method to get the docstring from.

anlutro commented 9 years ago

http://stackoverflow.com/a/1782888/2490608

anlutro commented 8 years ago

Fixed in https://github.com/anlutro/botologist/commit/4b546f85e2645403cb4f976239db523e0241fa31