예제 #1
0
def queue_command(character, text):
    command.accept_command(character, text)
예제 #2
0
def queue_command(character, text):
    command.accept_command(character, text)
예제 #3
0
 def found_terminator(self):
     data = self.buffer
     self.buffer = ''
     command.accept_command(self.parent, data)
예제 #4
0
 def found_terminator(self):
     data = self.buffer
     self.buffer = ''
     command.accept_command(self.parent, data)