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