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