Exemple #1
0
 def action(self, protocol):
     name = self.evaluate_expression(self.get_parameter(0))
     protocol.joinChannel(name)
Exemple #2
0
 def action(self, protocol):
     name = self.evaluate_expression(self.get_parameter(0))
     protocol.joinChannel(name)
Exemple #3
0
 def action(self, protocol):
     name = self.evaluate_index(0)
     protocol.joinChannel(name)
Exemple #4
0
 def action(self, protocol):
     name = self.evaluate_index(0)
     protocol.joinChannel(name)