Changeset 13
- Timestamp:
- 06/20/06 19:09:08 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/amazonbot/amazonbot.py
r12 r13 186 186 """ 187 187 return self.onmsg_asin(c, e, args) 188 def onmsg_asin(self, c, e, args): 188 def onmsg_asin(self, c, e, args): # FIXME: arg ããªãã£ããšãã®ãšã©ãŒåŠçãè¿œå ããããš 189 189 """Syntax: !asin <ASIN number> 190 190 """ … … 207 207 """ 208 208 return self.onmsg_amazon(c, e, args) 209 def onmsg_amazon(self, c, e, args): 209 def onmsg_amazon(self, c, e, args): # FIXME: arg ããªãã£ããšãã®ãšã©ãŒåŠçãè¿œå ããããš 210 210 """Syntax: !amazon [-h] [-t type] keyword1 [, keyword2, ...] 211 211 """
Note: See TracChangeset
for help on using the changeset viewer.