mirror of https://github.com/dirtbags/moth.git
5 lines
73 B
Python
5 lines
73 B
Python
|
import Pi, irc
|
||
|
|
||
|
pi = Pi.pi(('irc.lanl.gov', 6667), '')
|
||
|
irc.run_forever()
|