Merge lp://staging/~slacklinucs/lalita/new-photo into lp://staging/lalita
Proposed by
Martin Chikilian
Status: | Merged |
---|---|
Approved by: | Facundo Batista |
Approved revision: | 172 |
Merge reported by: | Facundo Batista |
Merged at revision: | not available |
Proposed branch: | lp://staging/~slacklinucs/lalita/new-photo |
Merge into: | lp://staging/lalita |
Diff against target: |
2379 lines (+2233/-23) (has conflicts) 3 files modified
lalita.cfg.sample (+2127/-0) lalita/plugins/photo.py (+53/-23) lalita/plugins/tests/test_photo.py (+53/-0) Text conflict in lalita.cfg.sample |
To merge this branch: | bzr merge lp://staging/~slacklinucs/lalita/new-photo |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Facundo Batista | Approve | ||
Review via email: mp+56164@code.staging.launchpad.net |
Description of the change
Added ability of parsing PRIVATE_MESSAGES in the Photo plugin
To post a comment you must log in.
Hey, great functionality; some details are pending, let's work to push this:
Notes:
- The "photo_command" method needs to keep the docstring, because it's the command's help.
- You mixed tabs with spaces! Need to indent using only spaces.
- Don't add this plugin to lalita.cfg.sample, the idea is to keep it simple
- Tests look ok, but couldn't run it because you mixed tabs with spaces.
So, let me know when you push these fixes!
Thank you!