Skip to content

Conversation

@Chalta
Copy link

@Chalta Chalta commented Jul 26, 2018

Appended slack-specific response to UNSURE replies. Try @botname help

Ensured that logging and UNSURE appends uses self.me.name when it exists and uses self.me.handle as a fallback only.

woohgit and others added 30 commits October 8, 2017 12:46
The old world weather API is no more. The replacement does not provide the local time in the JSON output.
The solution is migrating the plugin to use the google apis which provides the timeZoneId, which is definitely enough for the `pytz` to generate a datetime object.
In the console the HTML tags look pretty uggly and it's better to eliminate them completely.
…_backend

strip HTML tags for shell backend
* Tenzer-all-the-changes:
  Add Jeppe Toustrup to the AUTHORS list
  Bugfix: Avoid the use of `locals()` in the reminder plugin
  Bugfix: Don't report HC/BB state if the previous state wasn't known
  Pylint: W0612, W0613, remove unused variables
  Pylint: C1801, don't use `len(i) == 0` as a condition in if statements
  Pylint: W1201, let the logging functions do string interpolation
  Bugfix: Correct regex for will.plugins.friendly.mornin plugin
  Cleanup: Remove broken random_topic plugin
  Python 3: Run tests in Python 3 along with Python 2
  Python 3: Use new way of representing octal numbers
  Python 3: Fix detection of plugin methods
  Python 3: Use new form of `except` lines
  Python 3: Make imports absolute and clean up unused ones
  Python 3: Use six to handle imports which have changed between 2 and 3
  Python 3: Update dependencies on dnspython and natural to get PY3 support
  Python 3: print is a function, not a statement
* feature/merges-in-py3:
  Friendlier location output
eosman-tibco and others added 27 commits May 17, 2018 15:44
There was no check whether the given channel name, regular or default,
existed.
This caused the thread to fail and stall Will until it was restarted.
skoczen#348 Scheduled reminders should notify the user who requested them
…ckends

Add --backends option to generate_will_project
Improve Slack Connection handling
Appended slack-specific response to UNSURE replies. ```Try `@botname help```

Ensured that logging and UNSURE appends uses *self.me.name* when it exists and uses *self.me.handle* as a fallback only.
@Chalta
Copy link
Author

Chalta commented Jul 26, 2018

related to this, is it actually necessary to initialize (or even have) WILL_HANDLE in config.py, if the handle can be retrieved in the relevant backend?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.