rcirc: Using fly spell mode

 
 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)))
 
    SeeFlyspell mode (emacs)Spelling, for details.