Allow developers to assign hooks to particular methods like: ``` ruby hook_on :chanserv, :info do log "Someone asked for the info of channel X" end ```