Package gozerbot :: Module commands :: Class Botcommands
[hide private]
[frames] | no frames]

Class Botcommands

source code

object --+        
         |        
      dict --+    
             |    
      Commands --+
                 |
                Botcommands

commands for the bot aka dispatch with (bot, ircevent)

Instance Methods [hide private]
 
dispatch(self, com, bot, ievent)
dispatch on ircevent passing bot an ievent as arguments
source code

Inherited from Commands: __delitem__, __setitem__, add, apropos, getcommand, getfuncnames, list, permoverload, perms, setperm, size, unload, whatperms, whereis

Inherited from dict: __cmp__, __contains__, __eq__, __ge__, __getattribute__, __getitem__, __gt__, __hash__, __init__, __iter__, __le__, __len__, __lt__, __ne__, __new__, __repr__, clear, copy, fromkeys, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values

Inherited from object: __delattr__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

dispatch(self, com, bot, ievent)

source code 

dispatch on ircevent passing bot an ievent as arguments

Overrides: Commands.dispatch