more tidying

This commit is contained in:
Nestpebble
2024-09-26 22:50:45 +01:00
parent d14f1df823
commit d321a958f0
+1 -1
View File
@@ -507,7 +507,7 @@ def handle_bbsdelete(message, message_from_id):
def handle_messages(message, deviceID, channel_number, msg_history, publicChannel, isDM):
if "?" in message and isDM:
msg = "Command returns the last " & storeFlimit & " messages sent on a channel."
msg = "Command returns the last " + str(storeFlimit) + " messages sent on a channel."
return msg
else:
response = ""