This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Eggdrop not showing public text

General support and discussion of Eggdrop bots.
Post Reply
User avatar
TCL_no_TK
Owner
Posts: 509
Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire

Eggdrop not showing public text

Post by TCL_no_TK »

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.
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

no one can help with this, you have posted no code
post the code so that someone can show you what is wrong with it
User avatar
TCL_no_TK
Owner
Posts: 509
Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire

Reply: DragnLord

Post by TCL_no_TK »

DragnLord: Please re-read my post, My question was,
Has only else had any problems like this? please.
Thanks. :)
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Re: Reply: DragnLord

Post by DragnLord »

TCL_no_TK wrote:DragnLord: Please re-read my post, My question was,
Has only else had any problems like this? please.
Thanks. :)
Other people have had that problem, it's from incorrect code.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Re: Eggdrop not showing public text

Post by rosc2112 »

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.
The usual method of debugging would be to unload ALL scripts, then load 1 at a time, and test each one, by itself.

If you grep for 'pubm' you'd probably be able to eliminate just that one and fix it. Read the documentation for how pubm behaves in newer versions.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Re: Eggdrop not showing public text

Post by rosc2112 »

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
User avatar
TCL_no_TK
Owner
Posts: 509
Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire

Reply: DragnLord, rosc2112

Post by TCL_no_TK »

ty, i will recheck the code. It was probably the exclusive-binds i was having trouble with. :roll:
Post Reply