Commit graph

2 commits

Author SHA1 Message Date
F
282f458108
Update echo_bot.py
Fix ansi code output in terminal
2025-11-21 19:52:50 +01:00
F
5354d7b268
Add echo_bot demo plugin
Echo Bot Plugin , will echo-reply all the received text. 

Plugin workflow: 

> plugin list              # See all plugins
> plugin disable echo_bot  # Disable echo_bot
> plugin list              # Still shows echo_bot as "Disabled"
> plugin enable echo_bot   # Re-enable it
> plugin reload            # Load it back
> plugin list              # Now shows as "Loaded"
2025-11-13 18:06:34 +01:00