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.

possible eggdrop1.6.15 bug in dcc command .voice

Old posts that have not been replied to for several years.
Locked
C
Cerber

possible eggdrop1.6.15 bug in dcc command .voice

Post by Cerber »

As a global owner of the bot, I tried to make the bot voice somebody and it answered me that I was not a channel op or halfop.
I get this error message only on eggdrops 1.6.15 and it worked without problems on eggdrops 1.6.13. That's why I think it's may be a bug introduced in eggdrop version 1.6.15

see details bellow


cerber


- Test on eggdrop 1.6.15 (tested on several eggs 1.6.15) :
* it does not let me voice myselve (or anybody):
<ME> .voice ME #mychan
<Egg1615> You are not a channel op or halfop on #mychan.
* but it does let me op myself:
<ME> .op ME #mychan
<Egg1615> Gave op to ME on #mychan.
* and I've got global flags that should be sufficient to do that :
<ME> .whois ME
<Egg1615> [01:02] #ME# whois ME
<Egg1615> HANDLE PASS NOTES FLAGS LAST
<Egg1615> ME yes 0 fhjmnoptx 01:01 (#mychan)
* binds are correct :
<Egg1615> [00:59] #ME# binds dcc all
<Egg1615> Command bindings:
<Egg1615> TYPE FLGS COMMAND HITS BINDING (TCL)
...
<Egg1615> dcc ov|ov voice 1 *dcc:voice
...

- Same test on an eggdrop 1.6.13 runs without problem :
<ME> .voice ME #mychan
<Egg1613> [21:55] #ME# (#mychan) voice ME
<Egg1613> Gave voice to ME on #mychan
<ME> .whois ME
<Egg1613> [21:55] #ME# whois ME
<Egg1613> HANDLE PASS NOTES FLAGS LAST
<Egg1613> ME yes 0 fhjmnoptx 21:55 (#mychan)
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

You realy should read the documentation.

Bug reports should be submitted using on-other than the bug report form.
C
Cerber

Post by Cerber »

ppslim wrote:You realy should read the documentation.
thank you for this very usefull peace of advice.
ppslim wrote:Bug reports should be submitted using on-other than the bug report form.
I known, but before annoying developers I wanted to make sure this realy was a bug and not just a misconfiguration of some sort

I thought I could ask here if somebody else did encounter this problem. Obvioulsy I was mistaken

Sorry to have bothered you.
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

fixed in 1.6.16 cvs already.
Locked