mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-04 00:41:35 +02:00
sdf
This commit is contained in:
+1
-1
@@ -479,7 +479,7 @@ def handle_bbspost(message, message_from_id, deviceID):
|
||||
elif "@" in message and not "example:" in message:
|
||||
toNode = message.split("@")[1].split("#")[0]
|
||||
toNode = toNode.rstrip()
|
||||
if "!" in toNode and toNode.strip("!").ishex():
|
||||
if "!" in toNode and toNode.strip("!").isHex():
|
||||
toNode = toNode.strip("!")
|
||||
elif toNode.isalpha() or not toNode.isnumeric():
|
||||
toNode = get_num_from_short_name(toNode, deviceID)
|
||||
|
||||
Reference in New Issue
Block a user