Merge branch 'master' into 9pfs-patch-1

This commit is contained in:
9pfs 2023-11-05 01:56:22 +00:00
commit 73d7608c65

View file

@ -330,6 +330,8 @@ def main():
) )
elif mfind(message, ["help"]): elif mfind(message, ["help"]):
if not helpErr: if not helpErr:
sendmsg("Command list needs rework", name)
continue
sendmsg("List of commands:", name) sendmsg("List of commands:", name)
sendmsg(f'Current prefix is "{prefix}"', name) sendmsg(f'Current prefix is "{prefix}"', name)
sendmsg(f"{prefix}help - Sends this help list", name) sendmsg(f"{prefix}help - Sends this help list", name)