Beispiel #1
0
Datei: Lal.py Projekt: Peping/Lal
 def msg(self, target, msg):
     """Odešle zprávu msg na kanál target nebo uživateli target"""
     msg=format_msg(msg)
     IRC.msg(self, target, msg)
Beispiel #2
0
Datei: Lal.py Projekt: Peping/Lal
 def send(self, msg):
     """Odešle zprávu msg na kanál CHANNEL"""
     msg=format_msg(msg)
     IRC.msg(self,CHANNEL,msg)