Exemplo n.º 1
0
Arquivo: irc.py Projeto: alyx/sigyn
def sendctcp(target, args):
    _sigyn.ctcp_send(target, args)
Exemplo n.º 2
0
def ctcpreply(target, args):
    _sigyn.ctcp_send(target, args)
Exemplo n.º 3
0
Arquivo: irc.py Projeto: alyx/sigyn
def ctcpreply(target, args):
    _sigyn.ctcp_send(target, args)
Exemplo n.º 4
0
def sendctcp(target, args):
    _sigyn.ctcp_send(target, args)