NOOOOODDDDLLLLLEEEEEE

This commit is contained in:
Luke Rogers 2013-09-05 21:15:59 +12:00
parent bc2612e9ae
commit 1610c14c6f

View file

@ -2,7 +2,7 @@ from util import hook
@hook.regex(r'^(s|S)/.*/.*/\S*$')
def correction(inp, say=None, notice=None, db=None):
def correction(inp, say=None, input=None, notice=None, db=None):
splitinput = input.msg.split("/")
if splitinput[3]:
nick = splitinput[3]