Merge branch 'master' into 9pfs-patch-1
This commit is contained in:
commit
73d7608c65
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue