-
I can use this method when using a command hook but not when using a periodic hook.
```python
from cloudbot import hook
@hook.on_start()
@hook.periodic(1*15)
def james_test(bot, message):
…
-
The youtube API seems to no longer (at least not currently) supplying the statistics information.
My dirty fix is to comment https://github.com/edwardslabs/CloudBot/blob/gonzobot/plugins/youtube.…
-
https://github.com/snoonetIRC/CloudBot/blob/721b2607fbb857c8324cc0720fda619ea34a70b3/plugins/link_announcer.py#L8
This line is getting pretty lengthy, it would be nice to see this refactored in som…
-
Opening on behalf of ragazor:
Usage of the .imdb command returns "Unknown error" every time. This appears to be because the data source, OMDBAPI, is private and requires an API key for use. I don't…
-
Could you add ipv6 to the connection section please?
-
!col is now out of date with ROI. Needs refactored to include the proper ghost tally and SIVA clusters if possible.
-
## Environment details:
- local deployment, Windows, Bluemix
## Steps to reproduce the issue:
1. `wsk rule create bad+rulename bad+trigname bad+actionname`
2. Note error message
3. `wsk rule c…
-
``````
Message: "[harmony:#harmonyhosting] c'est pas bien de juger comme \xe7a o_be_one ^^"
Arguments: ()
--- Logging error ---
Traceback (most recent call last):
File "/usr/lib/python3.4/logging/_…
-
from cloudbot import hook
module 'cloudbot' not found
-
I can't seem to be able to use the latest version of this repository, older versions (e.g. fea70da9a58a147820814beb18b28ff0c1bb0d29) work fine but the latest one gives me this error when connecting:
…