Esempio n. 1
0
 def __init__(self, chatbot):
     RandomResponseExplicitCommand.__init__(self, chatbot)
 
     self.triggers = ['8ball', 'eightball']
     self.name = '8ball'
     self.description = "Looks to the magic 8 ball to answer your question."
     self.syntax = "#8ball [QUESTION]"
     
     self._responses =  ["Signs point to yes",
              "Yes",
              "Reply hazy, try again",
              "Without a doubt",
              "My sources say no",
              "As I see it, yes",
              "You may rely on it",
              "Concentrate and ask again",
              "Outlook not so good",
              #"It is decidedly so",
              "It is known",
              "Better not tell you now",
              "Very doubtful",
              "Yes - definitely",
              #"It is certain",
              "It is known",
              "Cannot predict now",
              "Most likely",
              "Ask again later",
              "My reply is no",
              "Outlook good",
              "Don't count on it"
              ]
Esempio n. 2
0
 def __init__(self, chatbot):
     RandomResponseExplicitCommand.__init__(self, chatbot)
     
     self.triggers = ['vern']
     self._responses = ['lag']
     self.name = "vern"
     self.description = "Asian IRL"
     self.syntax = "#vern"
Esempio n. 3
0
 def __init__(self, chatbot):
     RandomResponseExplicitCommand.__init__(self, chatbot)
     
     self.triggers = ['doug']
     self._responses = ['f**k you hank', 'lets invade', 'jinx jungle is legit, ok?', 'everyone hide in this bush']
     self.name = "doug"
     self.description = "Get on his level"
     self.syntax = "#doug"
Esempio n. 4
0
 def __init__(self, chatbot):
     RandomResponseExplicitCommand.__init__(self, chatbot)
     
     self.triggers = ['craig']
     self._responses = ['dolla dolla bills, y\'all']
     self.name = "craig"
     self.description = "1%"
     self.syntax = "#craig"
Esempio n. 5
0
 def __init__(self, chatbot):
     RandomResponseExplicitCommand.__init__(self, chatbot)
     
     self.triggers = ['jamesrosser']
     self._responses = ['8=====================================================================================================================================================================================================D']
     self.name = "jamesrosser"
     self.description = "... have you seen it?"
     self.syntax = "#jamesrosser"
Esempio n. 6
0
 def __init__(self, chatbot):
     RandomResponseExplicitCommand.__init__(self, chatbot)
     
     self.triggers = ['hank']
     self._responses = ['goddamnit doug']
     self.name = "hank"
     self.description = "Roll Tide"
     self.syntax = "#hank"
Esempio n. 7
0
 def __init__(self, chatbot):
     RandomResponseExplicitCommand.__init__(self, chatbot)
     
     self.triggers = ['jacob']
     self._responses = ['nasos pls']
     self.name = "jacob"
     self.description = "loves mmos"
     self.syntax = "#jacob"
Esempio n. 8
0
 def __init__(self, chatbot):
     RandomResponseExplicitCommand.__init__(self, chatbot)
     
     self.triggers = ['obe']
     self._responses = ['maple syrup', 'Hey james (blah blah sportsball)']
     self.name = "obe"
     self.description = "America's Hat"
     self.syntax = "#obe"
Esempio n. 9
0
 def __init__(self, chatbot):
     RandomResponseExplicitCommand.__init__(self, chatbot)
     
     self.triggers = ['isaac']
     self._responses = ['at least you didn\'t have to live with ian']
     self.name = "isaac"
     self.description = "Fan of all types of Janna"
     self.syntax = "#isaac"
Esempio n. 10
0
 def __init__(self, chatbot):
     RandomResponseExplicitCommand.__init__(self, chatbot)
         
     self.triggers = ['titties']
     self._responses = ["I have nipples, Greg, could you milk me?"]
     self.name = "titties"
     self.description = "Do you really need help with them?"
     self.syntax = "#titties"
Esempio n. 11
0
 def __init__(self, chatbot):
     RandomResponseExplicitCommand.__init__(self, chatbot)
     
     self.triggers = ['mark']
     self._responses = ['bro do you even bitcoin']
     self.name = "mark"
     self.description = "Marky mark"
     self.syntax = "#mark"
Esempio n. 12
0
 def __init__(self, chatbot):
     RandomResponseExplicitCommand.__init__(self, chatbot)
     
     self.triggers = ['brian']
     self._responses = ['LAB TIME', 'free food time']
     self.name = "brian"
     self.description = "Dr. Uncle Brian, BDC"
     self.syntax = "#brian"
Esempio n. 13
0
 def __init__(self, chatbot):
     RandomResponseExplicitCommand.__init__(self, chatbot)
     
     self.triggers = ['friday']
     self._responses = ['FRIDAY FRIDAY, GOTTA GET DOWN ON FRIDAY']