Given this code:
It appears that if I use EQBC channels in the KA.ini it will automatically broadcast any guild chat simply by virtue of:
Since it finds the "2" it will re-broadcast any guildchat. In looking at this code, the only way to NOT recast my guild chat is to use EQBC=1 (no "2" which means no channels).
So my questions are:
1) Am I seeing this wrong?
2) Should the penalty for using EQBC channels (via EQBC=2|ChannelName) be the automatic recasting of guild chat?
3) Shouldn't this be user configurable? Meaning, an INI setting to turn on or off?
I want EQBC channels. I will use them. I like them. I do NOT want guild chat automatically broadcasted. Do I have to hack KA (again)?
I see no where in the code where EQBCOn gets set to 3 or 4, so I dunno what those are (perhaps one of those sooper seekrit Maskoi commands - prolly to tell it to not resend guild chat).
Rich (BB code):
| ----------------------------------------------------------------------------
| SUB: Event GUEQBC - Echo guild meassages in EQBC
| ----------------------------------------------------------------------------
Sub Event_GUEQBC(Message,GUName,GUText)
/if (${GUName.Equal[${Me.CleanName}]}) /return
/if (${EQBC.Connected} && ${Select[${EQBCOn},2,4]}) /call BroadCast ${IRCOn} ${EQBCOn} p "${GUName} tells Guild: ${GUText} "
/return
It appears that if I use EQBC channels in the KA.ini it will automatically broadcast any guild chat simply by virtue of:
Rich (BB code):
EQBC=2|ChannelName
Since it finds the "2" it will re-broadcast any guildchat. In looking at this code, the only way to NOT recast my guild chat is to use EQBC=1 (no "2" which means no channels).
So my questions are:
1) Am I seeing this wrong?
2) Should the penalty for using EQBC channels (via EQBC=2|ChannelName) be the automatic recasting of guild chat?
3) Shouldn't this be user configurable? Meaning, an INI setting to turn on or off?
I want EQBC channels. I will use them. I like them. I do NOT want guild chat automatically broadcasted. Do I have to hack KA (again)?
I see no where in the code where EQBCOn gets set to 3 or 4, so I dunno what those are (perhaps one of those sooper seekrit Maskoi commands - prolly to tell it to not resend guild chat).

