Esempio n. 1
0
def onVersion(who, cmd, args):
  api.ctcp(who,"VERSION", "scaling-octo-robot " + version)
Esempio n. 2
0
def onTime(who, cmd, args):
    api.ctcp(who, "TIME", time.ctime())
Esempio n. 3
0
def onTime(who, cmd, args):
  api.ctcp(who, "TIME", time.ctime())
Esempio n. 4
0
def onVersion(who, cmd, args):
    api.ctcp(who, "VERSION", "scaling-octo-robot " + version)