]> jfr.im git - z_archive/pyp10.git/blob - modules/q.py
85c5b94b68a6f17c3eff28745f4e639cce83945d
[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)