Can someone tell me how to grab text from a channel and throw into a variable or a list? Say a command outputs " there are 5 left"
and I use the pubm event to know when that happens, how do i then grab that output and put it into variable.
Description: just like MSGM, except it's triggered by things said
on a channel instead of things /msg'd to the bot. The mask is
matched against the channel name followed by the text and can
contain wildcards. If the proc returns 1, Eggdrop will not log
the message that triggered this bind. PUBM binds are processed
before PUB binds. If the exclusive-binds setting is enabled,
PUB binds will not be trigged by text that a PUBM bind has
already handled.