4.2 Using fly spell mode

The following code activates Fly Spell Mode for rcirc buffers:

(add-hook 'rcirc-mode-hook (lambda ()
                             (flyspell-mode 1)))

See Flyspell mode in The GNU Emacs Manual, for details.