Example #1
0
File: give.py Project: f3l/f3lbot
 def give(self, msg, args):
     """Give 'something' to yourself"""
     return "/me gives a{}to {}.".format(
         self.__printargs(args),
         chattername(msg))
Example #2
0
File: give.py Project: f3l/f3lbot
    def beer(self, msg, args):
        """Get beer from the cellar, optional specify properties"""
        return "/me goes to the cellar and returns, carrying a{}beer \
for {}.".format(self.__printargs(args),
                chattername(msg))