Cuddlez. :$
Aktualnie kod wyglada tak:
#!/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)...