コード例 #1
0
ファイル: libsigma.py プロジェクト: festivecasual/sigma-mud
def queue_command(character, text):
    command.accept_command(character, text)
コード例 #2
0
def queue_command(character, text):
    command.accept_command(character, text)
コード例 #3
0
ファイル: network.py プロジェクト: ringmaster/sigma-mud
 def found_terminator(self):
     data = self.buffer
     self.buffer = ''
     command.accept_command(self.parent, data)
コード例 #4
0
ファイル: network.py プロジェクト: ringmaster/sigma-mud
 def found_terminator(self):
     data = self.buffer
     self.buffer = ''
     command.accept_command(self.parent, data)