minor twekage
This commit is contained in:
parent
4a9dc33003
commit
af97d71f33
1 changed files with 2 additions and 4 deletions
|
@ -47,7 +47,7 @@ def onjoin(paraml, conn=None, bot=None):
|
||||||
|
|
||||||
# set user-agent
|
# set user-agent
|
||||||
|
|
||||||
http.ua_skybot = 'CloudBot - https://git.io/cloudbot'
|
http.ua_skybot = 'CloudBot - http://git.io/cloudbot'
|
||||||
|
|
||||||
# stayalive code
|
# stayalive code
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ def onjoin(paraml, conn=None, bot=None):
|
||||||
# CTCPs
|
# CTCPs
|
||||||
@hook.regex(r'^\x01VERSION\x01$')
|
@hook.regex(r'^\x01VERSION\x01$')
|
||||||
def version(inp, notice=None):
|
def version(inp, notice=None):
|
||||||
notice('\x01VERSION: CloudBot - https://git.io/cloudbot')
|
notice('\x01VERSION: CloudBot - http://git.io/cloudbot')
|
||||||
@hook.regex(r'^\x01PING\x01$')
|
@hook.regex(r'^\x01PING\x01$')
|
||||||
def ping(inp, notice=None):
|
def ping(inp, notice=None):
|
||||||
notice('\x01PING: PONG')
|
notice('\x01PING: PONG')
|
||||||
|
@ -74,5 +74,3 @@ def time(inp, notice=None):
|
||||||
def die(inp, notice=None):
|
def die(inp, notice=None):
|
||||||
notice('\x01DIE: IN A FIRE')
|
notice('\x01DIE: IN A FIRE')
|
||||||
@hook.regex(r'^\x01VIRGIN\x01$')
|
@hook.regex(r'^\x01VIRGIN\x01$')
|
||||||
def virgin(inp, notice=None):
|
|
||||||
notice('\x01VIRGIN: IS THAT A PROBLEM')
|
|
||||||
|
|
Reference in a new issue