nemunaire / nemubot

Nemubot is a smart and modulable IM bot.
GNU Affero General Public License v3.0
8 stars 5 forks source link

[module] RMS upcoming locations #100

Closed nbr23 closed 7 years ago

nbr23 commented 7 years ago

New module to fetch information on Richard Stallman's upcoming events

nemunaire commented 7 years ago

Merged: 66c204f3a24960b6daa9036cb58dd3d069256655. This is a great module! How did we do without it so far!?

Be aware that, now, since 8802cfd3486700b779562580683f814bbf9b2354, modules lies in the nemubot.module virtual Python package. During the rebase, I corrected your commit, this way:

--- a/modules/alias.py
+++ b/modules/alias.py
@@ -6,7 +6,7 @@

 from nemubot.hooks import hook
 from nemubot.tools.web import getURLContent, striphtml
-from more import Response
+from nemubot.module.more import Response

 # GLOBALS #############################################################

Cheers!