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