~stefanor/ibid/exchange-336443

« back to all changes in this revision

Viewing changes to ibid/plugins/basic.py

  • Committer: Stefano Rivera
  • Date: 2009-03-10 00:04:23 UTC
  • mfrom: (561.2.4 trunk)
  • Revision ID: stefano@rivera.za.net-20090310000423-fwk4dons0e5uir2o
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
    @match(r'^(?:choose|choice|pick)\s+(.+)$')
66
66
    def choose(self, event, choices):
67
 
        event.addresponse(u'I choose %s' % choice(self.choose_re.split(choices)))
 
67
        event.addresponse(u'I choose %s', choice(self.choose_re.split(choices)))
68
68
 
69
69
# vi: set et sta sw=4 ts=4: