示例#1
0
 def __init__(self, chatbot):
     RandomDatabaseResponseExplicitCommand.__init__(self, chatbot)
     
     self.triggers = ['fortune']
     self.name = "fortune"
     self.description = "Tells you your fortune."
     self.syntax = "#fortune"
示例#2
0
    def __init__(self, chatbot):
        RandomDatabaseResponseExplicitCommand.__init__(self, chatbot)

        self.triggers = ['mitch']
        self.name = "mitch"
        self.description = "Provides a random quote from Mitch Hedberg."
        self.syntax = "#mitch"
示例#3
0
 def __init__(self, chatbot):
     RandomDatabaseResponseExplicitCommand.__init__(self, chatbot)
     
     self.triggers = ['quip']
     self.name = "quip"
     self.description = "Says an insightful and/or pun filled quip.  No, it is not a joke"
     self.syntax = "#quip"
示例#4
0
 def __init__(self, chatbot):
     RandomDatabaseResponseExplicitCommand.__init__(self, chatbot)
 
     self.triggers = ['fact']
     self.name = "fact"
     self.description = "Tells you a random fact."
     self.syntax = "#fact"
示例#5
0
 def __init__(self, chatbot):
     RandomDatabaseResponseExplicitCommand.__init__(self, chatbot)
     
     self.triggers = ['sext', 'cyb0r', 'cyber', 'cybor']
     self.name = "sext"
     self.description = "Talks dirty to you."
     self.syntax = "#sext"
示例#6
0
    def __init__(self, chatbot):
        RandomDatabaseResponseExplicitCommand.__init__(self, chatbot)

        self.triggers = ["jack"]
        self.name = "jack"
        self.description = "Tells you a random deep thought."
        self.syntax = "#jack"