Fix np bug again
This commit is contained in:
parent
2f9179362c
commit
dc90f506bd
|
@ -1115,7 +1115,7 @@ def switchServer(fro, chan, message):
|
|||
|
||||
def rtx(fro, chan, message):
|
||||
target = message[0]
|
||||
message = message[1]
|
||||
message = " ".join(message[1:])
|
||||
targetUserID = userUtils.getIDSafe(target)
|
||||
if not targetUserID:
|
||||
return "{}: user not found".format(target)
|
||||
|
|
Loading…
Reference in New Issue
Block a user