Fixed so nick cmdline/channelname replacement worked with the new execute_cmd paradigm. Also, Resolves Issue 427.
This commit is contained in:
parent
8f914196f4
commit
d2448c3eb6
4 changed files with 23 additions and 8 deletions
|
|
@ -49,7 +49,6 @@ class PortalSessionHandler(SessionHandler):
|
|||
self.sessions[sessid] = session
|
||||
# sync with server-side
|
||||
if self.portal.amp_protocol: # this is a timing issue
|
||||
print "syncing", sessdata
|
||||
self.portal.amp_protocol.call_remote_ServerAdmin(sessid,
|
||||
operation=PCONN,
|
||||
data=sessdata)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue