Exemple #1
0
 def greet(self):
     self.send(commands.set_nick(self.name))
     self.send(commands.present(self.name))
     for channel in self.autojoin_channels:
         self.send(commands.join_channel(channel))
Exemple #2
0
 def join(self, channel):
     self.send(commands.join_channel(channel))