TCL_no_TK wrote:I recently upgrading from 1.6.17 to 1.6.18 and the bot will not show the public text on the channel. Yes i've tryed to change my console settings. I belive it has something to do with the having a pubm bind of "*" as the old 1.6.17 version's handles the returns differant from 1.6.18.
Has only else had any problems like this? please.
Oh, and there was no significant change to pubm from v 1.6.17 to v1.6.18 that I'm aware of.
From the tcl-commands.doc:
(6) PUBM (stackable)
bind pubm <flags> <mask> <proc>
procname <nick> <user@host> <handle> <channel> <text>
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.
Module: irc