disable !ask
This commit is contained in:
parent
cab7591fa6
commit
36b4a615df
|
@ -60,8 +60,8 @@ def roll(fro, chan, message):
|
||||||
points = random.randrange(0,maxPoints)
|
points = random.randrange(0,maxPoints)
|
||||||
return "{} rolls {} points!".format(fro, str(points))
|
return "{} rolls {} points!".format(fro, str(points))
|
||||||
|
|
||||||
def ask(fro, chan, message):
|
#def ask(fro, chan, message):
|
||||||
return random.choice(["yes", "no", "maybe"])
|
# return random.choice(["yes", "no", "maybe"])
|
||||||
|
|
||||||
def alert(fro, chan, message):
|
def alert(fro, chan, message):
|
||||||
glob.tokens.enqueueAll(serverPackets.notification(' '.join(message[:])))
|
glob.tokens.enqueueAll(serverPackets.notification(' '.join(message[:])))
|
||||||
|
@ -620,11 +620,12 @@ commands = [
|
||||||
}, {
|
}, {
|
||||||
"trigger": "!help",
|
"trigger": "!help",
|
||||||
"response": "Click (here)[https://ripple.moe/index.php?p=16&id=4] for FokaBot's full command list"
|
"response": "Click (here)[https://ripple.moe/index.php?p=16&id=4] for FokaBot's full command list"
|
||||||
}, {
|
}, #{
|
||||||
"trigger": "!ask",
|
#"trigger": "!ask",
|
||||||
"syntax": "<question>",
|
#"syntax": "<question>",
|
||||||
"callback": ask
|
#"callback": ask
|
||||||
}, {
|
#}, {
|
||||||
|
{
|
||||||
"trigger": "!mm00",
|
"trigger": "!mm00",
|
||||||
"callback": mm00
|
"callback": mm00
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user