*************** Catching events *************** This page is a non-exhaustive list of catchable events via plugin methods (other events include :ref:`configuration hooks ` and :ref:`HTTP server callbacks `) Commands and numerics ===================== You can catch commands directly with “do-methods”: when the bot receives a ``PRIVMSG``, all ``doPrivmsg`` methods are called; when it gets a ``437`` message, all ``do437`` methods are called, etc. Those command take two commands: an :ref:`Irc object ` and a :ref:`IrcMsg object `. To get a list of all possible messages, check IRC RFCs.