Made ircbot work correctly with latest code, lead to a fixing of a bug in script creation.
This commit is contained in:
parent
f901da0474
commit
fc56b12f52
4 changed files with 11 additions and 6 deletions
|
|
@ -10,6 +10,11 @@ from twisted.internet import protocol
|
|||
from evennia.server.session import Session
|
||||
from evennia.utils import logger
|
||||
|
||||
# IRC colors
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# IRC bot
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue