mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 23:47:16 +02:00
Added more compatibility checks for twisted.words in case IRC is activated. IMC2 implementation is cleaned up and converted to new comm system, but it's not working correctly and not usable.
This commit is contained in:
parent
019eb8d00c
commit
1ced5ee8f2
7 changed files with 131 additions and 15 deletions
|
|
@ -90,6 +90,7 @@ class DefaultCmdSet(CmdSet):
|
|||
self.add(comms.CmdPage())
|
||||
self.add(comms.CmdIRC2Chan())
|
||||
self.add(comms.CmdIMC2Chan())
|
||||
self.add(comms.CmdIMCInfo())
|
||||
|
||||
# Batchprocessor commands
|
||||
self.add(batchprocess.CmdBatchCommands())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue