Inventory — Allows the bot to carry items

Commands

botnick: inventory

Print current inventory

botnick: have a <item>

Give the bot an item

Class Reference

class pyircbot.modules.Inventory.Inventory(bot, moduleName)[source]

Bases: pyircbot.modulebase.ModuleBase

add_item(donor, itemName)[source]
checkInv(msg, cmd)[source]
cmd_inv(msg, cmd)[source]
getinventory()[source]
has_item(itemName)[source]
ondisable()[source]