mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-06 08:53:27 +02:00
more tidying
This commit is contained in:
+1
-1
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user