facebookarchive / pyaib

An easy to use Python Framework (that uses gevent) for writing IRC Bots.
Apache License 2.0
337 stars 71 forks source link

Autohelp does not play nice with multi-line formatted help strings #4

Closed allyunion closed 10 years ago

allyunion commented 10 years ago

When you have a help string formatted like:

def foo(self): """This ..... ... more text"""

The extra spaces above get added when the bot replies for help. The bot should do a better job formatting this text.

fried commented 10 years ago

https://github.com/facebook/pyaib/commit/128f79747906e8103bf87c7e8a30618dea085fc2 Fixed