NOOOOODDDDLLLLLEEEEEE
This commit is contained in:
parent
bc2612e9ae
commit
1610c14c6f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ from util import hook
|
||||||
|
|
||||||
|
|
||||||
@hook.regex(r'^(s|S)/.*/.*/\S*$')
|
@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("/")
|
splitinput = input.msg.split("/")
|
||||||
if splitinput[3]:
|
if splitinput[3]:
|
||||||
nick = splitinput[3]
|
nick = splitinput[3]
|
||||||
|
|
Reference in a new issue