Module commands

Module commands 

Source
Expand description

This module contains command dispatching logic for the UI runner.

It maps command strings to their respective handler functions.

Modulesยง

friends ๐Ÿ”’
This module contains command handlers related to managing friends.
history ๐Ÿ”’
This module contains the command handler for displaying chat history.
info ๐Ÿ”’
This module contains command handlers for displaying application information and help.
peers ๐Ÿ”’
This module contains the command handler for listing connected peers.
send ๐Ÿ”’
This module contains the command handler for sending messages.

Functionsยง

dispatch
Dispatches a command to the appropriate handler function.