• Channel commands in Evennia
  • What we will try to do
  • A command to join, another to leave
  • A generic channel command with switches
  • Some additional imports
  • The class layout
  • The parse method
  • The command func
  • End of class
  • Adding this channel command
  • Conclusion and full code