Parse and output text to IRC

Location

Defined in: output.tcl

Syntax

bMotionDoAction channel nick text [moreText [noTypo]]

  • channel: the channel to send the text to
  • nick: text to replace %% with in the output
  • text: the text to be parsed
  • moreText: (optional) text to replace %2 with (default: nothing)
  • noTypo: (optional) 0 = do not run output plugins, 1 = run output plugins (default: 0)

Use

Use bMotionDoAction to send output from bMotion to IRC. bMotionDoAction will replace "%%" in $text with the value of $nick. It will replace %2 with $moreText.

After expanding any macros in the text, it will queue it for output.

See also