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