]> jfr.im git - z_archive/pyp10.git/blob - modules/q.py
Moved creation of pseudo-clients
[z_archive/pyp10.git] / modules / q.py
1 class Pseudo(object):
2 def __init__(self, uplink):
3 self.uplink = uplink
4 self.num = self.uplink.makenick(self, 'Q','TheQBot','PyP10 Q')
5 self.send("J #p10 780000000")
6 def send(self, line, **kwargs):
7 self.uplink.send(line, self.num, **kwargs)