fsay, fact: Fix usage message

This commit is contained in:
nyuszika7h 2014-12-30 22:16:42 +01:00
parent 740d8a6e33
commit 8b6393bf8e

View File

@ -6908,7 +6908,7 @@ def _say(cli, raw_nick, rest, command, action=False):
if len(rest) < 2:
pm(cli, nick, "Usage: {0}{1} <target> <message>".format(
command, botconfig.CMD_CHAR))
botconfig.CMD_CHAR, command))
return