Obs:Migrate. Made Comm system more generic, including the ability to connect arbitrary protocols to channels. Re-worked the IRC connectivity system - you can now again communicate between IRC and in-game evennia channels.
This commit is contained in:
parent
c81d238b0c
commit
52785e8f3e
20 changed files with 960 additions and 258 deletions
|
|
@ -66,7 +66,7 @@ from src.settings_default import *
|
|||
###################################################
|
||||
|
||||
###################################################
|
||||
# Batch processor
|
||||
# Batch processors
|
||||
###################################################
|
||||
|
||||
###################################################
|
||||
|
|
@ -74,7 +74,7 @@ from src.settings_default import *
|
|||
###################################################
|
||||
|
||||
###################################################
|
||||
# Game Permissions
|
||||
# In-game access
|
||||
###################################################
|
||||
|
||||
###################################################
|
||||
|
|
@ -82,11 +82,7 @@ from src.settings_default import *
|
|||
###################################################
|
||||
|
||||
###################################################
|
||||
# IMC2 Configuration
|
||||
###################################################
|
||||
|
||||
###################################################
|
||||
# IRC config
|
||||
# External Channel connections
|
||||
###################################################
|
||||
|
||||
###################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue