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