Skip to content

Commit

Permalink
WIP: Continuing from 41f3904, pull out the never-used modpostdispatch…
Browse files Browse the repository at this point in the history
… dispatcher too.
  • Loading branch information
nmlorg committed Jul 2, 2019
1 parent 41f3904 commit d32e979
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions metabot/multibot.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,6 @@ def __call__(self, bot, update): # pylint: disable=too-many-branches,too-many-l
if ret is not False:
break

for modname, module in multibot.modules.items():
modpostdispatch = getattr(module, 'modpostdispatch', None)
if modpostdispatch:
modpostdispatch(ctx, msg, bot.config['issue37'][modname])

if msg:
msg.reply(ctx)

Expand Down

0 comments on commit d32e979

Please sign in to comment.