bing bong

This commit is contained in:
Luke Rogers 2013-11-30 16:58:32 +13:00
parent a78a86602d
commit 6ff926246b
4 changed files with 6 additions and 7 deletions

View file

@ -204,4 +204,4 @@ def main(bot, conn, out):
input = Input(bot, conn, *out)
input.inp = m
dispatch(input, "regex", func, args)
dispatch(bot, input, "regex", func, args)