PEP-8
This commit is contained in:
parent
004ceb79fc
commit
d6683b32f4
24 changed files with 64 additions and 58 deletions
|
@ -38,7 +38,7 @@ def tellinput(paraml, input=None, notice=None, db=None, bot=None, nick=None, con
|
|||
reltime = timesince.timesince(time)
|
||||
|
||||
reply = "{} sent you a message {} ago from {}: {}".format(user_from, reltime, chan,
|
||||
message)
|
||||
message)
|
||||
if len(tells) > 1:
|
||||
reply += " (+{} more, {}showtells to view)".format(len(tells) - 1, conn.conf["command_prefix"])
|
||||
|
||||
|
|
Reference in a new issue