mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 10:37:16 +01:00
Made irc bot connect, but scripthandler lookup is causing traceback when searching for a player)
This commit is contained in:
parent
8b52591c2f
commit
6c45d76b56
11 changed files with 70 additions and 37 deletions
|
|
@ -259,7 +259,7 @@ class ServerSessionHandler(SessionHandler):
|
|||
|
||||
# server-side access methods
|
||||
|
||||
def start_bot_session(self, protocol_path, uid, configdict):
|
||||
def start_bot_session(self, protocol_path, configdict):
|
||||
"""
|
||||
This method allows the server-side to force the Portal to create
|
||||
a new bot session using the protocol specified by protocol_path,
|
||||
|
|
@ -271,7 +271,6 @@ class ServerSessionHandler(SessionHandler):
|
|||
Server.
|
||||
"""
|
||||
data = {"protocol_path":protocol_path,
|
||||
"uid":uid,
|
||||
"config":configdict}
|
||||
self.server.amp_protocol.call_remote_PortalAdmin(0,
|
||||
operation=SCONN,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue