All pastes #2047541 Raw Edit

Untitled

public text v1 · immutable
#2047541 ·published 2011-04-17 21:53 UTC
rendered paste body
from voxbot.bot import Plugin

class Uno(Plugin):
    '''usage: ^uno blabla'''

    def __init__(self, bot):
        super(Uno, self).__init__(bot)
        self._start_game()

    @Plugin.command('^uno')
    def _start_game(self, *args):
        self.bot.msg(self.sender, "Uno game starting")