6 lines
186 B
Plaintext
6 lines
186 B
Plaintext
from time import sleep;
|
|
import sys;
|
|
pipemsg=sys.stdin.readlines();
|
|
lines=pipemsg;
|
|
[(open('/home/dr1p/.weechat/weechat_fifo','w').write('*{}\n'.format(x)),sleep(0.125)) for x in lines];
|