15:36 ::: Proces 15871 (/.gg/test.py 800 "Jeżeli chcesz rozmawiać z │
15:36 osobami o numerach GG wyższych niż 17 milionów zaktualizuj swój │
15:36 Komunikator pobierając najnowsze GG10.5 z │
15:36 http://komunikator.gadu-gadu.pl/") zakończył działanie z │
15:36 wynikiem 127
#!/usr/bin/python
# -*- coding: iso-8859-2 -*-
import ekg
def init():
ekg.printf("generic","Zaladowano")
return 1
def deinit():
ekg.printf("generic","Usunięto")
return 1
def handle_msg(uin, name, msgclass, text, time, secure):
i=int(1)
if i < 5 :
reply=("Wiadomość");
ekg.command("msg %s %s"%(uin,reply))
i=i+1
return 1
16:01 ::: 1, on msg,chat * /exec -b %1 /.gg/test.py %1 "%4"
15:46 22.06.11::: EKG - Eksperymentalny Klient Gadu-Gadu (20091231)
15:46 22.06.11::: libgadu-20091231 (protokół 0x2e, klient 8.0.0.7669)
15:46 22.06.11::: skompilowano: Feb 27 2011 22:54:48
Traceback (most recent call last):
File "/root/.gg/test.py", line 3, in <module>
import ekg
ImportError: No module named ekg
#!/usr/bin/python
# -*- coding: iso-8859-2 -*-
import ekg
def init():
ekg.printf("generic","Zaladowano")
return 1
def deinit():
ekg.printf("generic","Usunięto")
return 1
def handle_msg(uin, name, msgclass, text, time, secure):
i=int(1)
if i < 5 :
reply=("To jest automatyczna wiadomość");
ekg.command("msg %s %s"%(uin,reply))
i=i+1
return 1
import ekg
on -a msg,chat * msg %1![]()