Skip to content

Commit

Permalink
Merge pull request pyhoneybot#5 from Abdur-rahmaanJ/master
Browse files Browse the repository at this point in the history
Merging changes
  • Loading branch information
iamnishant14 authored Mar 12, 2019
2 parents bdf9040 + aecee85 commit efc9007
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 59 deletions.
107 changes: 49 additions & 58 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion honeybot/plugins/password_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ def run(self, incoming, methods, info):
if length >= 4:
methods['send'](info['address'], self.__passgenspecialchar(length))
else:
raise Exception('Length od password should be greater than 4.')
raise Exception('Length of password should be greater than 4.')
except Exception as e:
print('woops plug', e)

0 comments on commit efc9007

Please sign in to comment.